[ https://issues.apache.org/jira/browse/KAFKA-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214068#comment-16214068 ]
ASF GitHub Bot commented on KAFKA-6073: --------------------------------------- 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 <mickael.mai...@gmail.com> Date: 2017-10-21T18:37:48Z KAFKA-6073: Use ZookeeperClient in KafkaApis ---- > Use ZookeeperClient in KafkaApis > -------------------------------- > > Key: KAFKA-6073 > URL: https://issues.apache.org/jira/browse/KAFKA-6073 > Project: Kafka > Issue Type: Sub-task > Components: core > Affects Versions: 1.1.0 > Reporter: Jun Rao > Fix For: 1.1.0 > > > We want to replace the usage of ZkUtils with ZookeeperClient in KafkaApis. -- This message was sent by Atlassian JIRA (v6.4.14#64029)