You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by vahidhashemian <gi...@git.apache.org> on 2017/12/15 23:36:27 UTC

[GitHub] kafka pull request #4333: MINOR: Use TopicPartition in ConsumerGroupCommand ...

GitHub user vahidhashemian opened a pull request:

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

    MINOR: Use TopicPartition in ConsumerGroupCommand instead of TopicAndPartition where possible

    
    ### Committer Checklist (excluded from commit message)
    - [ ] Verify design and implementation 
    - [ ] Verify test coverage and CI build status
    - [ ] Verify documentation (including upgrade notes)


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

    $ git pull https://github.com/vahidhashemian/kafka minor/replace_topicandpartition_with_topicpartition_in_consumergroupcommand

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

    https://github.com/apache/kafka/pull/4333.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 #4333
    
----
commit 98e242368c0d677e0154f5f4f4a3d522b83b6b08
Author: Vahid Hashemian <va...@us.ibm.com>
Date:   2017-12-15T23:28:12Z

    MINOR: Use TopicPartition in ConsumerGroupCommand instead of TopicAndPartition where possible

----


---