KIP-709 — Extend OffsetFetch requests to accept multiple group ids.
Accepted Kafka 3.0 AdminConsumer
Extends OffsetFetch RPC (new version) and Admin#listConsumerGroupOffsets() to accept a map of group IDs in a single request, returning per-group offset results. Management and monitoring tooling that needs offsets for many consumer groups must currently issue one OffsetFetch request per group, serializing what could be batched server-side.
Protocol Impact
Details
| Author | Thomas Scott |
| Status | Accepted |
| Kafka Version | 3.0 |
| JIRA | KAFKA-12234 |
| Wiki | View on Apache Wiki |
| Created | 2021-01-25 |
| Last Modified | 2022-07-12 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.