Open samia-invozone opened 1 year ago
I thinks i'm facing the same issue due to the default RoundRobin strategy
Hi @samia-invozone. Did you get any solution of this problem?
I have the same issue
I am facing the same issue, Anyone have a solution?
Same here
We had the same issue. The code to reproduce: https://github.com/maksym-opanasenko/kafkajs-constant-rebalancing/blob/main/ingex.js The workaround: https://github.com/maksym-opanasenko/kafkajs-constant-rebalancing/blob/main/indexPatched.js
In our case, when running multiple consumers, they triggered the rebalancing loop. The details are in this issue: #1720
How can I fix the below errors? However, I tried to put these values in the consumer config but it didn't work for me.
consumer: { groupId: 'bucket-file-consumer', sessionTimeout: 30000, heartbeatInterval: 3000, },