kevin-wu24 commented on code in PR #22191:
URL: https://github.com/apache/kafka/pull/22191#discussion_r3638902891


##########
docs/operations/kraft.md:
##########
@@ -232,6 +232,26 @@ When using controller endpoints use the 
--bootstrap-controller flag:
 $ bin/kafka-metadata-quorum.sh --bootstrap-controller localhost:9093 
remove-controller --controller-id <id> --controller-directory-id <directory-id>
 ```
 
+To also unregister the controller from the cluster metadata after it has been 
removed from the voter set, pass the `--unregister` flag: 

Review Comment:
   The idea was to provide one CLI invocation for operators to allow for the 
"voter removal + unregistration" to happen in one CLI command. I can reword 
this comment to make it more clear.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to