GitHub user omkreddy opened a pull request:
https://github.com/apache/kafka/pull/4194
KAFKA-5646: Use KafkaZkClient in AdminUtils and DynamicConfigManager
Use KafkaZkClient in ConfigCommand, ReassignPartitionsCommand, TopicCommand
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/omkreddy/kafka
KAFKA-5646-ZK-ADMIN-UTILS-DYNAMIC-MANAGER
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4194.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 #4194
----
commit debc997f7cf0e2ddf119d3a50b7183e9737c2f1b
Author: Manikumar Reddy <[email protected]>
Date: 2017-11-08T17:52:35Z
KAFKA-5646: 1) Use KafkaZkClient in AdminUtils and DynamicConfigManager
2) Use KafkaZkClient in ConfigCommand, ReassignPartitionsCommand,
TopicCommand
commit 30e1e333adfda31b0f38d2755d6a8fe270d6f926
Author: Manikumar Reddy <[email protected]>
Date: 2017-11-08T17:55:36Z
Update test classes to use KafkaZkClient
----
---