[ https://issues.apache.org/jira/browse/KAFKA-4060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505133#comment-15505133 ]
ASF GitHub Bot commented on KAFKA-4060: --------------------------------------- GitHub user hjafarpour opened a pull request: https://github.com/apache/kafka/pull/1884 KAFKA-4060: Remove zk client dependency in kafka streams @dguy This is a new PR for KAFKA-4060. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hjafarpour/kafka KAFKA-4060-Remove-ZkClient-dependency-in-Kafka-Streams-new Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1884.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 #1884 ---- commit db0405c6994123417441ac328d2f9e7f96b8e851 Author: Hojjat Jafarpour <hojjat@hojjat-jafarpours-mbp.local> Date: 2016-09-20T00:10:54Z Removed Zookeeper dependency from Kafka Streams. Added two test for creating and deleting topics. They work in IDE but fail while build. Removing the new tests for now. ---- > 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 > > 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)