conduktor.io ↗

KIP-549 — Surface Consumer's Metadata in KafkaAdminClient#describeConsumerGroups

Discussion AdminConsumer

Surfaces raw consumer group member metadata (subscription bytes) through KafkaAdminClient#describeConsumerGroups() instead of discarding it. The DescribeGroupsResponse already contains member metadata, but the AdminClient API drops it, making it impossible to inspect what topics each member is subscribed to without implementing the protocol parsing manually.

Protocol Impact

DescribeGroups

Details

AuthorDavid Jacot
StatusDiscussion
WikiView on Apache Wiki
Created2019-11-25
Last Modified2019-11-28
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.