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
The consumer is strictly single-threaded. It will fail in many multithreaded scenarios. If you need to poll from different threads please either synchronize access or use several isolated Consumers.
Poll function hangs forever if the consumer was closed concurrently.
version: 2.0.1
The text was updated successfully, but these errors were encountered: