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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
There is a bug in the re-balancing logic when you have multiple consumers groups consuming from the same topic. The bug is in ZkUtils.GetConsumersPerTopic, which doesn't filter the consumers by the group argument.
I haven't put in a pull request, because we made other changes, like upgrading Zookeeper, which the original author might not want to accept. But I can refer you to my commit where you can make a similar change on ZkUtils.cs, line 436, to filter by the group ID.
Here are the scenario and steps,
I only receive the messages whichever group was subscribe first which doesn't seems to right behavior.
The text was updated successfully, but these errors were encountered: