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


##########
core/src/main/scala/kafka/tools/StorageTool.scala:
##########
@@ -163,16 +164,13 @@ object StorageTool extends Logging {
     if (isStandalone) {
       formatter.setInitialControllers(createStandaloneDynamicVoters(config))

Review Comment:
   If you look at the dynamic quorum arguments, you cannot specify multiple at 
the same time:
   ```
   val reconfigurableQuorumOptions = formatParser.addMutuallyExclusiveGroup()
   ```



-- 
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