conduktor.io ↗

KIP-836 — Expose replication information of the cluster metadata

Accepted Kafka 3.3 AdminKRaft

Exposes the `DescribeQuorum` API (KIP-595) through the `AdminClient` and adds voter lag computation in units of committed offset delta rather than raw log end offset. The API existed at the protocol level but was not accessible via the Admin client, and raw `LogEndOffset` comparison does not accurately reflect replication lag.

Protocol Impact

DescribeQuorum v1

Details

AuthorNiket Goel
StatusAccepted
Kafka Version3.3
JIRAKAFKA-13888
WikiView on Apache Wiki
Created2022-05-06
Last Modified2022-09-28
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.