[ https://issues.apache.org/jira/browse/KAFKA-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494989#comment-16494989 ]
ASF GitHub Bot commented on KAFKA-5588: --------------------------------------- ppatierno opened a new pull request #5097: KAFKA-5588: Remove deprecated new-consumer option for tools URL: https://github.com/apache/kafka/pull/5097 Removed the deprecated "--new-consumer" option for all consumer based tools. This option was already deprecated in the previous version so it can be removed in the coming new 2.0.0 major version. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 > Remove deprecated new-consumer option for tools > ----------------------------------------------- > > Key: KAFKA-5588 > URL: https://issues.apache.org/jira/browse/KAFKA-5588 > Project: Kafka > Issue Type: Bug > Reporter: Paolo Patierno > Assignee: Paolo Patierno > Priority: Minor > Fix For: 2.0.0 > > > Hi, > with the current version of the ConsoleConsumer, ConsumerPerformance and > ConsumerGroupCommand command line tools, it's not needed to specify the > --new-consumer option anymore in order to use the new consumer. The choice > for using the old or the new one is made just specifying the --zookeeper for > the former and --bootstrap-server for the latter. > The issues [KAFKA-5599|https://issues.apache.org/jira/browse/KAFKA-5599] and > [KAFKA-5619|https://issues.apache.org/jira/browse/KAFKA-5619] fixed and > included in the 1.0.0 release deprecated the usage of the --new-consumer flag. > More details in the related > [KIP-176|https://cwiki.apache.org/confluence/display/KAFKA/KIP-176%3A+Remove+deprecated+new-consumer+option+for+tools]. > Thanks, > Paolo. -- This message was sent by Atlassian JIRA (v7.6.3#76005)