KIP-175 — Additional '--describe' views for ConsumerGroupCommand
Accepted Kafka 1.1 AdminConsumer
Extends kafka-consumer-groups.sh --describe with additional flags: --members (show group members and their assignments), --offsets (show committed offsets and lag), and --state (show high-level group state). The original single-view output mixed members without assignments and partitions without consumers, producing confusing tables with many empty columns for large groups.
Details
| Author | Vahid Hashemian |
| Status | Accepted |
| Kafka Version | 1.1 |
| JIRA | KAFKA-5526 |
| Wiki | View on Apache Wiki |
| Created | 2017-07-03 |
| Last Modified | 2017-12-14 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.