GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/4009
MINOR: add with method to Materialized
Add a `with(Serde keySerde, Serde valSerde)` to `Materialized` for cases
where people don't care about the state store name.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka materialized
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4009.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 #4009
----
commit 958f31cf6b54521b8a5b538455bbce798d2c304e
Author: Damian Guy <[email protected]>
Date: 2017-10-03T16:14:48Z
add with to Materialized
----
---