[ https://issues.apache.org/jira/browse/KAFKA-5852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156887#comment-16156887 ]
ASF GitHub Bot commented on KAFKA-5852: --------------------------------------- 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 <damian....@gmail.com> Date: 2017-09-07T11:52:56Z blah commit 259127ff3d2222af1db77f1c2dcc57d50d643b02 Author: Damian Guy <damian....@gmail.com> Date: 2017-09-07T12:34:43Z KTable filter, filterNot, mapValues and Materialized ---- > Add filter, filterNot, mapValues and Materialized to KTable > ----------------------------------------------------------- > > Key: KAFKA-5852 > URL: https://issues.apache.org/jira/browse/KAFKA-5852 > Project: Kafka > Issue Type: Sub-task > Components: streams > Reporter: Damian Guy > Assignee: Damian Guy > Fix For: 1.0.0 > > > Add overloads of {{filter}}, {{filterNot}}, {{mapValues}} that take > {{Materialized}} as a param to KTable. Deprecate overloads using > {{storeName}} and {{storeSupplier}} -- This message was sent by Atlassian JIRA (v6.4.14#64029)