[
https://issues.apache.org/jira/browse/KAFKA-6170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16252236#comment-16252236
]
ASF GitHub Bot commented on KAFKA-6170:
---------------------------------------
GitHub user guozhangwang opened a pull request:
https://github.com/apache/kafka/pull/4211
[WIP] KAFKA-6170: Add AdminClient to Streams
1. Add The AdminClient into Kafka Streams, which is shared among all the
threads.
2. Refactored mutual dependency between StreamPartitionAssignor /
StreamTread to TaskManager as discussed in
https://github.com/apache/kafka/pull/3624#discussion_r132614639.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guozhangwang/kafka K6170-admin-client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4211.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 #4211
----
commit 6c5b20ea34323a101118286e9282568f428b8e34
Author: Guozhang Wang <[email protected]>
Date: 2017-11-07T00:14:53Z
add AdminClient
commit fc908e06d80816db1e28e0f1d05e1d10fa1d0379
Author: Guozhang Wang <[email protected]>
Date: 2017-11-13T22:13:37Z
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/kafka into
K6170-admin-client
commit d1be566efe65c71c068a6e948c59f7bd980d6bd8
Author: Guozhang Wang <[email protected]>
Date: 2017-11-14T21:41:20Z
refactor thread / assignor dependency
commit d1a778fff0cbaeb8ea00421d89fcd50552b93eba
Author: Guozhang Wang <[email protected]>
Date: 2017-11-14T21:44:09Z
revert TaskManager APIs
----
> Add the AdminClient in Streams' KafkaClientSupplier
> ---------------------------------------------------
>
> Key: KAFKA-6170
> URL: https://issues.apache.org/jira/browse/KAFKA-6170
> Project: Kafka
> Issue Type: New Feature
> Components: streams
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
>
> We will add Java AdminClient to Kafka Streams, in order to replace the
> internal StreamsKafkaClient. More details can be found in KIP-220
> (https://cwiki.apache.org/confluence/display/KAFKA/KIP-220%3A+Add+AdminClient+into+Kafka+Streams%27+ClientSupplier)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)