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 774E8200C0F for ; Thu, 19 Jan 2017 01:25:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 75B6C160B44; Thu, 19 Jan 2017 00:25:38 +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 C0027160B43 for ; Thu, 19 Jan 2017 01:25:37 +0100 (CET) Received: (qmail 39133 invoked by uid 500); 19 Jan 2017 00:25:36 -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 39122 invoked by uid 99); 19 Jan 2017 00:25:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jan 2017 00:25:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 4D238189531 for ; Thu, 19 Jan 2017 00:25:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id iK0dzjqNF9sA for ; Thu, 19 Jan 2017 00:25:35 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9874C5F282 for ; Thu, 19 Jan 2017 00:25:34 +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 1CE13E7C24 for ; Thu, 19 Jan 2017 00:25:27 +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 78FFE25287 for ; Thu, 19 Jan 2017 00:25:26 +0000 (UTC) Date: Thu, 19 Jan 2017 00:25:26 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KAFKA-4060) Remove ZkClient dependency in Kafka Streams MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 19 Jan 2017 00:25:38 -0000 [ https://issues.apache.org/jira/browse/KAFKA-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829042#comment-15829042 ] ASF GitHub Bot commented on KAFKA-4060: --------------------------------------- GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/2404 KAFKA-4060 and KAFKA-4476 follow up You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka kafka-4060-zk-test-follow-up Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2404.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 #2404 ---- commit 3c59db17aac1ff795eee16f9f957abd68258d6de Author: Matthias J. Sax Date: 2017-01-19T00:22:51Z KAFKA-4060 and KAFKA-4476 follow up ---- > Remove ZkClient dependency in Kafka Streams > ------------------------------------------- > > Key: KAFKA-4060 > URL: https://issues.apache.org/jira/browse/KAFKA-4060 > Project: Kafka > Issue Type: Bug > Components: streams > Reporter: Guozhang Wang > Assignee: Hojjat Jafarpour > Labels: kip > Fix For: 0.10.2.0 > > > In Kafka Streams we need to dynamically create or update those internal topics (i.e. repartition topics) upon rebalance, inside {{InternalTopicManager}} which is triggered by {{StreamPartitionAssignor}}. Currently we are using {{ZkClient}} to talk to ZK directly for such actions. > With create and delete topics request merged in by [~granthenke] as part of KIP-4, we should now be able to remove the ZkClient dependency and directly use these requests. > Related: > 1. KIP-4. https://cwiki.apache.org/confluence/display/KAFKA/KIP-4+-+Command+line+and+centralized+administrative+operations > 2. Consumer Reblance Protocol. https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Client-side+Assignment+Proposal -- This message was sent by Atlassian JIRA (v6.3.4#6332)