Is it possible to list all topics/partitions for a given consumer group? #1697
Unanswered
Geoff (geoff-va)
asked this question in
Q&A
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.
-
Maybe I'm just missing it, but I'm looking for something like the
kafka-consumer-groups --describe --group <group_id>results - just a list of all the topics/partitions/offset positions for a given group.I see we can list groups, describe groups and get consumer groups offsets - but the describe seems to be focused around the members which only appears to be valid when there is an active consumer group and getting the offsets requires you to know the topic/partition first but we can't get that from just listing the groups or describing them via the api.
Beta Was this translation helpful? Give feedback.
All reactions