KIP-1043 — Administration of groups
Accepted Kafka 4.0 AdminConsumer
Adds unified group administration APIs and tooling (AdminClient and CLI) that work consistently across all group types (classic consumer, new consumer, share, streams, Connect worker groups) using a single DescribeGroups-style RPC that identifies group type. The existing tools and APIs were group-type-specific: kafka-consumer-groups.sh returned misleading errors for share groups, and there was no unified way to list or describe groups across all types.
Protocol Impact
Details
| Author | Andrew Schofield |
| Status | Accepted |
| Kafka Version | 4.0 |
| JIRA | KAFKA-16891 |
| Wiki | View on Apache Wiki |
| Created | 2024-05-08 |
| Last Modified | 2025-04-17 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.