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 <[email protected]>
Date: 2017-10-21T18:37:48Z
KAFKA-6073: Use ZookeeperClient in KafkaApis
----
---