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

[jira] [Commented] (KAFKA-5370) Replace uses of old consumer with the new consumer

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

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

GitHub user vahidhashemian opened a pull request:

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

    KAFKA-5370 (WIP): Replace uses of the old consumer with the new consumer when possible

    Also, methods in `ClientUtils` that are called by server or tools code should be introduced in `AdminUtils` with the implementation living in `AdminUtils`. All the existing callers apart from the old clients should call the `AdminUtils` methods.

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

    $ git pull https://github.com/vahidhashemian/kafka KAFKA-5370

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

    https://github.com/apache/kafka/pull/3320.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 #3320
    
----
commit 8e09061514d7b4f30abe59dd9321c884d4aa9101
Author: Vahid Hashemian <va...@us.ibm.com>
Date:   2017-06-13T15:36:31Z

    KAFKA-5370: Replace use of old consumer with the new consumer when possible
    
    - Uses of the old consumers in tools and tests where the new consumer would work as well (or better).
    - Methods in `ClientUtils` that are called by server or tools code should be introduced in `AdminUtils` with the implementation living in `AdminUtils`. All the existing callers apart from the old clients should call the `AdminUtils` methods.

----


> Replace uses of old consumer with the new consumer 
> ---------------------------------------------------
>
>                 Key: KAFKA-5370
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5370
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Vahid Hashemian
>            Assignee: Vahid Hashemian
>            Priority: Minor
>
> Where possible, use the new consumer In tools and tests instead of the old consumer, and remove the deprecation warning.



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