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
ISSUE-525/764: Local @topics variable does not contain all the subscription information
The leader consumer thread needs to have knowledge about
all siblings consumer subscriptions in order to be perform
the correct partition assignments.
For consumers with different subscription this is not possible
through the local `@topics`. A way to solve this is by obtaining
this info from the cluster itself through the `@members` var.
0 commit comments