GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/3826
KAFKA:5653: add join overloads to KTable
Add `join`, `leftJoin`, `outerJoin` overloads that use `Materialized` to
`KTable`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka kafka-5653
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3826.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 #3826
----
commit 9a4c0fde08d14bc7c0bf6f9eeea7d420f41df9e5
Author: Damian Guy <[email protected]>
Date: 2017-09-11T10:52:53Z
add Materialized to KTable join
----
---