Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E87B1200D22 for ; Sat, 21 Oct 2017 20:46:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DDED0160BD5; Sat, 21 Oct 2017 18:46:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 254A81609E2 for ; Sat, 21 Oct 2017 20:46:55 +0200 (CEST) Received: (qmail 64473 invoked by uid 500); 21 Oct 2017 18:46:55 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 64438 invoked by uid 99); 21 Oct 2017 18:46:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Oct 2017 18:46:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EE46CDFA0C; Sat, 21 Oct 2017 18:46:52 +0000 (UTC) From: mimaison To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #4111: KAFKA-6073: Use ZookeeperClient in KafkaApis Content-Type: text/plain Date: Sat, 21 Oct 2017 18:46:52 +0000 (UTC) archived-at: Sat, 21 Oct 2017 18:46:57 -0000 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 Date: 2017-10-21T18:37:48Z KAFKA-6073: Use ZookeeperClient in KafkaApis ---- ---