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 <[email protected]>
Date: 2017-09-04T14:56:27Z
add Consumed and change StreamBuiler
----
---