conduktor.io ↗

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

OffsetFetch · Fetch

Details

AuthorThomas Scott
StatusAccepted
Kafka Version3.0
JIRAKAFKA-12234
WikiView on Apache Wiki
Created2021-01-25
Last Modified2022-07-12
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.