mimaison commented on code in PR #18166:
URL: https://github.com/apache/kafka/pull/18166#discussion_r1885099406
##########
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:
Could we even remove the argument from `createBrokerConfigs()`?
--
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]