KIP-379 — Multiple Consumer Group Management
Accepted Kafka 2.4 ConsumerAdmin
Extends kafka-consumer-groups.sh to accept multiple --group arguments and an --all-groups flag so describe/delete/reset-offsets operations can target several groups or all groups in a single invocation. Running a single consumer group operation required launching a separate JVM per group, making bulk operations on many groups extremely slow and resource-intensive.
Details
| Author | Alex Dunayevsky |
| Status | Accepted |
| Kafka Version | 2.4 |
| JIRA | KAFKA-7471 |
| Wiki | View on Apache Wiki |
| Created | 2018-10-03 |
| Last Modified | 2019-01-16 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.