List consumers from each topic #1237
kennycontreras
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello 👋
I recently found out about the
kafka-go
library, and it's fantastic!I'd like to know if there's some method that allows me to list the consumers for each topic.
E.g., I want to list all the topics and consumers associated with it. It could be in a Tuple manner -> (
topic
,list of consumers
) or similar.Is there some method that would help me to achieve something similar?
I know I can get a list of topics, so is there some method that receives the topic's name and returns the consumers?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions