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/10/03 16:17:36 UTC

[GitHub] kafka pull request #4009: MINOR: add with method to Materialized

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 <da...@gmail.com>
Date:   2017-10-03T16:14:48Z

    add with to Materialized

----


---

[GitHub] kafka pull request #4009: KAFKA-5651: [FOLLOW-UP] add with method to Materia...

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

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


---