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
Hello,
I'm pretty new to kafka-python, I'm currently using the kafka-python consumer with the iterator interface.
I'm trying to understand if there is a way to change the time between poll() calls while using the iterator interface, or if this time is influenced by any setting in the consumer initialization. Can someone help?
Thank you in advance!