[ 
https://issues.apache.org/jira/browse/KAFKA-16521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17849024#comment-17849024
 ] 

José Armando García Sancio commented on KAFKA-16521:
----------------------------------------------------

Yes. It is a typo. It should be {{{}describe --replication{}}}:
{code:java}
% ./bin/kafka-metadata-quorum.sh describe --help
usage: kafka-metadata-quorum (--bootstrap-server BOOTSTRAP_SERVER | 
--bootstrap-controller BOOTSTRAP_CONTROLLER) describe [-h] [--status] 
[--replication] [--human-readable]optional arguments:
  -h, --help             show this help message and exitStatus:
  --status               A short summary of the quorum status and the other 
provides detailed information about the status of replication.Replication:
  --replication          Detailed information about the status of replication
  --human-readable       Human-readable output
 {code}
I updated the KIP.

 

Note that for {{{}describe --status{}}}, you wont be able to implement the 
committed voters output:
{code:java}
CommittedVoters:          [{"id": 0, "directoryId": "UUID1", "endpoints": 
[{"name": "C", "securityProtocol": "SSL", "host": "controller-0", "port": 
1234}]}, {"id": 1, "directoryId": "UUID2", "endpoints": [{"name": "C", 
"securityProtocol": "SSL", "host": "controller-1", "port": 1234}]}]  {code}
I haven't implemented that functionality in the controller side. If we merge 
the PR without this functionality, we can create a Jira to come back to this 
implementation on the controller side.

> kafka-metadata-quorum describe changes for KIP-853
> --------------------------------------------------
>
>                 Key: KAFKA-16521
>                 URL: https://issues.apache.org/jira/browse/KAFKA-16521
>             Project: Kafka
>          Issue Type: Sub-task
>          Components: tools
>            Reporter: José Armando García Sancio
>            Assignee: Nikolay Izhikov
>            Priority: Major
>
> # 
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-853%3A+KRaft+Controller+Membership+Changes#KIP853:KRaftControllerMembershipChanges-describe--status]
>  # 
> [https://cwiki.apache.org/confluence/display/KAFKA/KIP-853%3A+KRaft+Controller+Membership+Changes#KIP853:KRaftControllerMembershipChanges-describe--replication]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to