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
Details
| Author | Jason Gustafson |
| Status | Accepted |
| Kafka Version | 2.4 |
| JIRA | KAFKA-8730 |
| Wiki | View on Apache Wiki |
| Created | 2019-07-23 |
| Last Modified | 2019-09-20 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.