m1a2st commented on code in PR #18166:
URL: https://github.com/apache/kafka/pull/18166#discussion_r1885525659


##########
core/src/test/scala/integration/kafka/api/BaseProducerSendTest.scala:
##########
@@ -55,7 +55,7 @@ abstract class BaseProducerSendTest extends 
KafkaServerTestHarness {
     overridingProps.put(ServerLogConfigs.NUM_PARTITIONS_CONFIG, 4.toString)
     TestUtils.createBrokerConfigs(
       numServers,
-      zkConnectOrNull,
+      null,

Review Comment:
   The `createBrokerConfigs()` will modify about 40 files, I will addressed it 
on another PR and open another Jira to trace it.



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