cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Threading in Python3 Operator of SAP Data Intelligence

former_member804506
Discoverer
0 Kudos
383

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

View Entire Topic
Cocquerel
Active Contributor
0 Kudos
former_member804506
Discoverer
0 Kudos

Hi Michael,

Thanks for your inputs.

Regards