You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by tedyu <gi...@git.apache.org> on 2017/10/24 04:54:19 UTC

[GitHub] kafka pull request #4124: KAFKA-6074 Use ZookeeperClient in ReplicaManager a...

GitHub user tedyu opened a pull request:

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

    KAFKA-6074 Use ZookeeperClient in ReplicaManager and Partition

    

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

    $ git pull https://github.com/tedyu/kafka trunk

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

    https://github.com/apache/kafka/pull/4124.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 #4124
    
----
commit 0164ff44b0e67cbec9e8b56efe6e139ef87e5d69
Author: tedyu <yu...@gmail.com>
Date:   2017-10-24T04:51:59Z

    KAFKA-6074 Use ZookeeperClient in ReplicaManager and Partition

----


---