jsancio commented on code in PR #20551:
URL: https://github.com/apache/kafka/pull/20551#discussion_r2372963345
##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -344,12 +345,12 @@ object StorageTool extends Logging {
.action(storeTrue())
reconfigurableQuorumOptions.addArgument("--no-initial-controllers", "-N")
- .help("Used to initialize a server without a dynamic quorum topology.
When setting this flag, " +
+ .help("Used to initialize a controller without specifying a dynamic
quorum. When setting this flag, " +
"the controller.quorum.voters config should not be set, and
controller.quorum.bootstrap.servers is set instead.")
.action(storeTrue())
reconfigurableQuorumOptions.addArgument("--initial-controllers", "-I")
- .help("Used to initialize a server with a specific dynamic quorum
topology. The argument " +
+ .help("Used to initialize a controller with the specified dynamic
quorum. The argument " +
Review Comment:
--standalone can only be used on the controller node but
--no-initial-controllers and --initial-controllers can be used in the
controller and broker nodes.
I.e. you can change the message back to using the word server instead of the
word controller.
--
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]