conduktor.io ↗

KIP-699 — Update FindCoordinator to resolve multiple Coordinators at a time

Accepted Kafka 3.0 ProtocolAdmin

Extends the `FindCoordinator` RPC to accept a batch of group/transaction IDs and return all their coordinator addresses in a single request. Currently `FindCoordinator` only resolves one coordinator per request, causing O(N) sequential round-trips for Admin API operations like `deleteConsumerGroups` that operate on many groups simultaneously.

Protocol Impact

FindCoordinator v4

Details

AuthorMickael Maison
StatusAccepted
Kafka Version3.0
JIRAKAFKA-12663
WikiView on Apache Wiki
Created2020-12-11
Last Modified2021-06-24
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.