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/21 18:27:46 UTC

[GitHub] kafka pull request #3936: KAFKA-5956: use serdes from materialized in table ...

GitHub user dguy opened a pull request:

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

    KAFKA-5956: use serdes from materialized in table and globalTable

    The new overloads `StreamBuilder.table(String, Materialized)` and `StreamsBuilder.globalTable(String, Materialized)` need to set the serdes from `Materialized` on the internal `Consumed` instance that is created, otherwise the defaults will be used and may result in serialization errors

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

    $ git pull https://github.com/dguy/kafka table-materialized

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

    https://github.com/apache/kafka/pull/3936.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 #3936
    
----
commit a9dac7ef6499312d7e2a333fee80f3363c9f573b
Author: Damian Guy <da...@gmail.com>
Date:   2017-09-21T18:16:52Z

    use serdes from materialized in table and globaltable

----


---

[GitHub] kafka pull request #3936: KAFKA-5956: use serdes from materialized in table ...

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

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


---