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
use ListConsumerGroupOffsets(nil) to fetch all offsets at once
previously, we had to determine topic first by looking at the assignments. this
could not fetch offsets for empty groups.
Closesbirdayz#60