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

2017-09-08 Thread asfgit
Github user asfgit closed the pull request at:

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


---


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

2017-09-07 Thread dguy
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 
Date:   2017-09-07T11:52:56Z

blah

commit 259127ff3daf1db77f1c2dcc57d50d643b02
Author: Damian Guy 
Date:   2017-09-07T12:34:43Z

KTable filter, filterNot, mapValues and Materialized




---