conduktor.io ↗

KIP-496 — Administrative API to delete consumer offsets

Accepted Kafka 2.4 AdminConsumer

Adds AdminClient#deleteConsumerGroupOffsets() to allow deletion of committed offsets for a stopped consumer group on specific partitions, without deleting the group itself. Previously operators could only delete entire groups or wait for retention-based expiry; there was no way to selectively reset offsets on individual partitions for a dead group.

Protocol Impact

OffsetDelete

Details

AuthorJason Gustafson
StatusAccepted
Kafka Version2.4
JIRAKAFKA-8730
WikiView on Apache Wiki
Created2019-07-23
Last Modified2019-09-20
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.