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 <wangg...@gmail.com>
Date:   2017-11-07T00:14:53Z

    add AdminClient

commit fc908e06d80816db1e28e0f1d05e1d10fa1d0379
Author: Guozhang Wang <wangg...@gmail.com>
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 <wangg...@gmail.com>
Date:   2017-11-14T21:41:20Z

    refactor thread / assignor dependency

commit d1a778fff0cbaeb8ea00421d89fcd50552b93eba
Author: Guozhang Wang <wangg...@gmail.com>
Date:   2017-11-14T21:44:09Z

    revert TaskManager APIs

----


---

Reply via email to