kevin-wu24 commented on code in PR #20136: URL: https://github.com/apache/kafka/pull/20136#discussion_r2198390326
########## core/src/test/scala/unit/kafka/tools/StorageToolTest.scala: ########## @@ -376,6 +376,8 @@ Found problem: val availableDirs = Seq(TestUtils.tempDir()) val properties = new Properties() properties.putAll(defaultStaticQuorumProperties) + properties.remove("controller.quorum.voters") + properties.put("controller.quorum.bootstrap.servers", "localhost:9093") Review Comment: Yeah I think I'll use `defaultDynamicQuorumProperties` and make the process.role a broker -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org