You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case associated with pulling data from a Kafka topic. I need the streamz operator exit gracefully and exit the python script once it hits an exception. It looks something like this :
I have a use case associated with pulling data from a Kafka topic. I need the streamz operator exit gracefully and exit the python script once it hits an exception. It looks something like this :
While this seems to work for the streamz operator, I feel like it doesn't disconnect from the Kafka broker and I get logs like this
So, the script doesn't exit. Any pointers to how this can be done effectively?
The text was updated successfully, but these errors were encountered: