You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by dguy <gi...@git.apache.org> on 2017/09/04 16:03:23 UTC

[GitHub] kafka pull request #3784: KAFKA-5832: add Consumed and change StreamBuilder ...

GitHub user dguy opened a pull request:

    https://github.com/apache/kafka/pull/3784

    KAFKA-5832: add Consumed and change StreamBuilder to use it

    Added `Consumed` class.
    Updated `StreamBuilder#stream`, `StreamBuilder#table`, `StreamBuilder#globalTable`

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dguy/kafka kip-182-stream-builder

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/3784.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 #3784
    
----
commit a511db38acad36f5bbbe50b96cb3a73e0343f7ac
Author: Damian Guy <da...@gmail.com>
Date:   2017-09-04T14:56:27Z

    add Consumed and change StreamBuiler

----


---

[GitHub] kafka pull request #3784: KAFKA-5832: add Consumed and change StreamBuilder ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/kafka/pull/3784


---