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 <damian....@gmail.com>
Date:   2017-09-21T18:16:52Z

    use serdes from materialized in table and globaltable

----


---

Reply via email to