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
Details
| Author | Niket Goel |
| Status | Accepted |
| Kafka Version | 3.3 |
| JIRA | KAFKA-13888 |
| Wiki | View on Apache Wiki |
| Created | 2022-05-06 |
| Last Modified | 2022-09-28 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.