conduktor.io ↗

KIP-670 — Add ConsumerGroupCommand to delete static members

Discussion AdminConsumer

Adds a `--remove-members` option (with `--member` or `--all-members`) to `kafka-consumer-groups.sh` that calls `AdminClient.removeMembersFromConsumerGroup()` from the command line. The `removeMembersFromConsumerGroup` API was introduced in Kafka 2.4 but had no CLI wrapper, requiring users to write Java code or use third-party tools to force-remove group members.

Protocol Impact

LeaveGroup

Details

AuthorSandeep Kumar
StatusDiscussion
JIRAKAFKA-9440
WikiView on Apache Wiki
Created2020-09-03
Last Modified2020-09-03
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.