jackdaw

Slackbot 2021-05-06T08:24:20.148300Z

This message was deleted.

gklijs 2021-05-06T11:14:16.149200Z

Well, you can. If you create a Consumer for each streamer. But that would not scale.

Daniel Stephens 2021-05-06T13:53:50.149700Z

This might be helpful https://chrzaszcz.dev/2019/06/16/kafka-consumer-poll/ This is the quote that matters for your issue > Due to the fact that consumer internally is not thread-safe, so it ensures that only one thread at the time can access it, hence acquiring lock here. In case you call methods from different threads, you’ll get an exception in one of them.

finchharold 2021-05-06T16:37:07.152100Z

Thank you @dstephens.

👍 1