KIP-1204 — MetadataQuorumCommand describe to include CommittedVoters
Discussion KRaftAdmin
Extends the kafka-metadata-quorum describe command to display CommittedVoters—the set of controller voters that has been durably committed to the Raft log—separately from the in-memory VoterSet which may include uncommitted membership changes. During a controller membership change (add/remove voter), the in-memory and committed voter sets diverge; without surfacing CommittedVoters, operators cannot determine whether a membership change has been successfully committed to quorum.
Protocol Impact
Details
| Author | TaiJuWu |
| Status | Discussion |
| JIRA | KAFKA-17243 |
| Wiki | View on Apache Wiki |
| Created | 2025-08-12 |
| Last Modified | 2025-12-09 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.