Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
> bin/kafka-metadata-quorum.sh --describe
ClusterId:              SomeClusterId
LeaderId:               0
LeaderEpoch:            15
HighWatermark:          234130
MaxFollowerLag:         34
MaxFollowerLagTimeMs:   15
CurrentVoters:          [({"id": 0, "uuid": "UUID1)"}, ({"id": 1, "uuid": "UUID2"}, ({"id": 2, "uuid": "UUID2)"}]
CouldBeVoters:          [({"id": 3, "uuid": "UUID3)"}]

--describe replication

This command will print on additional column for the replica uuid after the replica id. E.g.

...