ijuma commented on a change in pull request #10457: URL: https://github.com/apache/kafka/pull/10457#discussion_r635192901
########## File path: core/src/test/scala/unit/kafka/admin/TopicCommandIntegrationTest.scala ########## @@ -83,8 +85,9 @@ class TopicCommandWithAdminClientTest extends KafkaServerTestHarness with Loggin // create adminClient val props = new Properties() props.put(CommonClientConfigs.BOOTSTRAP_SERVERS_CONFIG, brokerList) + brokerOptions = Array("--bootstrap-server", brokerList) Review comment: Why do we need this now? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org