You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/17 10:59:00 UTC

[jira] [Commented] (KAFKA-5599) ConsoleConsumer : --new-consumer option as deprecated

    [ https://issues.apache.org/jira/browse/KAFKA-5599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16089640#comment-16089640 ] 

ASF GitHub Bot commented on KAFKA-5599:
---------------------------------------

GitHub user ppatierno opened a pull request:

    https://github.com/apache/kafka/pull/3537

    KAFKA-5599: ConsoleConsumer : --new-consumer option as deprecated

    Marking --new-consumer as deprecated in the help of ConsoleConsumer
    Printing a warning on using the new consumer but adding the --new-consumer option

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ppatierno/kafka kafka-5599

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3537.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3537
    
----
commit 6e9ce80e7dc91365fab1f0fa46332d21c8902af5
Author: ppatierno <pp...@live.com>
Date:   2017-07-17T10:53:17Z

    Marking --new-consumer as deprecated in the help of ConsoleConsumer
    Printing a warning on using the new consumer but adding the --new-consumer option

----


> ConsoleConsumer : --new-consumer option as deprecated
> -----------------------------------------------------
>
>                 Key: KAFKA-5599
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5599
>             Project: Kafka
>          Issue Type: Bug
>          Components: tools
>            Reporter: Paolo Patierno
>            Assignee: Paolo Patierno
>
> Hi,
> it seems to me that the --new-consumer option on the ConsoleConsumer is useless.
> The useOldConsumer var is related to specify --zookeeper on the command line but then the ----bootstrap-server option (or the --new-consumer) can't be used.
> If you use --bootstrap-server option then the new consumer is used automatically so no need for --new-consumer.
> It turns out the using the old or new consumer is just related on using --zookeeper or --bootstrap-server option (which can't be used together, so I can't use new consumer connecting to zookeeper).
> It's also clear when you use --zookeeper for the old consumer and the output from help says :
> "Consider using the new consumer by passing [bootstrap-server] instead of [zookeeper]"
> Before removing the --new-consumer option, this JIRA is for marking it as deprecated in the next release (then moving for a new release on removing such option).
> Thanks,
> Paolo.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)