conduktor.io ↗

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

DescribeGroups v6

Details

AuthorAndrew Schofield
StatusAccepted
Kafka Version4.0
JIRAKAFKA-16891
WikiView on Apache Wiki
Created2024-05-08
Last Modified2025-04-17
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.