From jira-return-8811-archive-asf-public=cust-asf.ponee.io@kafka.apache.org Tue Jan 16 10:17:14 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 1060318065B for ; Tue, 16 Jan 2018 10:17:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 00CF3160C34; Tue, 16 Jan 2018 09:17:14 +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 45531160C26 for ; Tue, 16 Jan 2018 10:17:13 +0100 (CET) Received: (qmail 22017 invoked by uid 500); 16 Jan 2018 09:17:12 -0000 Mailing-List: contact jira-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@kafka.apache.org Delivered-To: mailing list jira@kafka.apache.org Received: (qmail 22006 invoked by uid 99); 16 Jan 2018 09:17:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jan 2018 09:17:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0C08D1A22C1 for ; Tue, 16 Jan 2018 09:17:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.71 X-Spam-Level: X-Spam-Status: No, score=-100.71 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id qPqzJBuYWg28 for ; Tue, 16 Jan 2018 09:17:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3A5B85FB5E for ; Tue, 16 Jan 2018 09:17:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B6F92E0EFA for ; Tue, 16 Jan 2018 09:17:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6C85520DF3 for ; Tue, 16 Jan 2018 09:17:00 +0000 (UTC) Date: Tue, 16 Jan 2018 09:17:00 +0000 (UTC) From: "Viktor Somogyi (JIRA)" To: jira@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-5722) Refactor ConfigCommand to use the AdminClient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KAFKA-5722?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1632= 6916#comment-16326916 ]=20 Viktor Somogyi commented on KAFKA-5722: --------------------------------------- Also there is a WIP PR: [https://github.com/apache/kafka/pull/4416] (don't know why=C2=A0github didn't automatically comment on this jira) > Refactor ConfigCommand to use the AdminClient > --------------------------------------------- > > Key: KAFKA-5722 > URL: https://issues.apache.org/jira/browse/KAFKA-5722 > Project: Kafka > Issue Type: Improvement > Reporter: Viktor Somogyi > Assignee: Viktor Somogyi > Priority: Major > Labels: kip, needs-kip > Fix For: 1.1.0 > > > The ConfigCommand currently uses a direct connection to zookeeper. The zo= okeeper dependency should be deprecated and an AdminClient API created to b= e used instead. > This change requires a KIP. -- This message was sent by Atlassian JIRA (v7.6.3#76005)