You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by mimaison <gi...@git.apache.org> on 2017/10/21 18:46:52 UTC

[GitHub] kafka pull request #4111: KAFKA-6073: Use ZookeeperClient in KafkaApis

GitHub user mimaison opened a pull request:

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

    KAFKA-6073: Use ZookeeperClient in KafkaApis

    I kept zkUtils for the call to AdminUtils.createTopic(). AdminUtils can be done in another PR

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

    $ git pull https://github.com/mimaison/kafka KAFKA-6073

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

    https://github.com/apache/kafka/pull/4111.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 #4111
    
----
commit fbced9bd1a7e090ec9572aa28592546d85ef34f8
Author: Mickael Maison <mi...@gmail.com>
Date:   2017-10-21T18:37:48Z

    KAFKA-6073: Use ZookeeperClient in KafkaApis

----


---

[GitHub] kafka pull request #4111: KAFKA-6073: Use ZookeeperClient in KafkaApis

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---