chia7712 commented on code in PR #16958:
URL: https://github.com/apache/kafka/pull/16958#discussion_r1730325275


##########
tools/src/main/java/org/apache/kafka/tools/VerifiableProducer.java:
##########
@@ -131,14 +131,6 @@ private static ArgumentParser argParser() {
                 .dest("bootstrapServer")
                 .help("REQUIRED: The server(s) to connect to. Comma-separated 
list of Kafka brokers in the form HOST1:PORT1,HOST2:PORT2,...");
 
-        connectionGroup.addArgument("--broker-list")

Review Comment:
   @LoganZhuZzz could you please update e2e also? see 
https://github.com/apache/kafka/blob/11966a209a8bb5bbf867b5bb5ca1d60b80e26650/tests/kafkatest/services/verifiable_producer.py#L227
   
   noted that we should use `--bootstrap-server` only if the version >= 2.5. 
otherwise, we should keep using  `--broker-list`



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

Reply via email to