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


##########
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:
   Thank you for the feedback! I appreciate the clarification regarding the 
--bootstrap-server flag. I'll update the code to ensure that --bootstrap-server 
is only used when the Kafka version is 2.5 or higher. For lower versions, I'll 
retain the use of --broker-list as suggested.



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