KIP-222 — Add Consumer Group operations to Admin API
Accepted Kafka 2.0 AdminConsumer
Adds `describeConsumerGroups`, `listConsumerGroups`, and `deleteConsumerGroups` operations to the `AdminClient` Java API. The existing tooling for consumer group inspection existed only in CLI scripts that used internal Scala classes or ZooKeeper directly, making programmatic group management impossible without shell-outs.
Details
| Author | Jorge Esteban Quilcate Otoya |
| Status | Accepted |
| Kafka Version | 2.0 |
| JIRA | KAFKA-6058 |
| Wiki | View on Apache Wiki |
| Created | 2017-11-05 |
| Last Modified | 2018-11-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.