hachikuji commented on code in PR #12258: URL: https://github.com/apache/kafka/pull/12258#discussion_r890622191
########## core/src/test/scala/integration/kafka/admin/ReassignPartitionsIntegrationTest.scala: ########## @@ -582,7 +598,7 @@ class ReassignPartitionsIntegrationTest extends QuorumTestHarness { case (brokerId, rack) => val config = TestUtils.createBrokerConfig( nodeId = brokerId, - zkConnect = zkConnect, + zkConnect = zkConnectOrNull, Review Comment: I was wondering that too. Looks like nearly 200 usages, so probably better to do it separately. -- 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