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/07 12:37:13 UTC

[GitHub] kafka pull request #3807: KAFKA-5852: Add filter, filterNot, mapValues and M...

GitHub user dguy opened a pull request:

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

    KAFKA-5852: Add filter, filterNot, mapValues and Materialized to KTable

    Add overloads of `filter`, `filterNot`, `mapValues` that take `Materialized` as a param to `KTable`. Deprecate overloads using `storeName` and `storeSupplier`

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

    $ git pull https://github.com/dguy/kafka ktable-filter-map

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

    https://github.com/apache/kafka/pull/3807.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 #3807
    
----
commit 1ee7c5f22488b593748ebec4bf78bfa607349835
Author: Damian Guy <da...@gmail.com>
Date:   2017-09-07T11:52:56Z

    blah

commit 259127ff3d2222af1db77f1c2dcc57d50d643b02
Author: Damian Guy <da...@gmail.com>
Date:   2017-09-07T12:34:43Z

    KTable filter, filterNot, mapValues and Materialized

----


---

[GitHub] kafka pull request #3807: KAFKA-5852: Add filter, filterNot, mapValues and M...

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

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


---