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/11 10:54:29 UTC

[GitHub] kafka pull request #3826: KAFKA:5653: add join overloads to KTable

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 <da...@gmail.com>
Date:   2017-09-11T10:52:53Z

    add Materialized to KTable join

----


---

[GitHub] kafka pull request #3826: KAFKA:5653: add join overloads to KTable

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

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


---