[ https://issues.apache.org/jira/browse/KAFKA-8507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17037491#comment-17037491 ]
ASF GitHub Bot commented on KAFKA-8507: --------------------------------------- stanislavkozlovski commented on pull request #8123: KAFKA-8507: Unify bootstrap-server flag for command line tools (KIP-499) part-2 URL: https://github.com/apache/kafka/pull/8123 This patch updates ReplicaVerificationTool to add and prefer the --bootstrap-server flag for defining the connection point of the Kafka cluster. This change is part of KIP-499: https://cwiki.apache.org/confluence/display/KAFKA/KIP-499+-+Unify+connection+name+flag+for+command+line+tool. ---------------------------------------------------------------- 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 > Support --bootstrap-server in all command line tools > ---------------------------------------------------- > > Key: KAFKA-8507 > URL: https://issues.apache.org/jira/browse/KAFKA-8507 > Project: Kafka > Issue Type: Improvement > Components: tools > Reporter: Jason Gustafson > Assignee: Mitchell > Priority: Major > Labels: pull-request-available > Fix For: 2.5.0 > > > This is a unambitious initial move toward standardizing the command line > tools. We have favored the name {{\-\-bootstrap-server}} in all new tools > since it matches the config {{bootstrap.server}} which is used by all > clients. Some older commands use {{\-\-broker-list}} or > {{\-\-bootstrap-servers}} and maybe other exotic variations. We should > support {{\-\-bootstrap-server}} in all commands and deprecate the other > options. -- This message was sent by Atlassian Jira (v8.3.4#803005)