Hi,
I am getting high frequency of Data Batches at the input port of Python3 Operator and every time the data comes, the corresponding port_callback function kicks off. I am suspecting that because of high frequency of data, Maybe the data is getting missed because of losing some of the batches in between.
Can i know how do we handle the threading in Python3 operator and any specific Code snippet if possible?
Looking forward to get support from SAP DI and Python3 Community. :)
Thanks