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
But I don't need to block main thread. When I try to run it in another thread, for example with future I have a problem with a few subscriber java.util.ConcurrentModificationException: KafkaConsumer is not safe for multi-threaded access
How I should handle this case?
The text was updated successfully, but these errors were encountered:
I'm using
poll-and-loop!
function with infinity loop to process eventsBut I don't need to block main thread. When I try to run it in another thread, for example with
future
I have a problem with a few subscriberjava.util.ConcurrentModificationException: KafkaConsumer is not safe for multi-threaded access
How I should handle this case?
The text was updated successfully, but these errors were encountered: