GitHub user dxichen opened a pull request:

    https://github.com/apache/samza/pull/733

    SAMZA-1956: Update value only descriptor serde

    Changed the KVSerde to only value Serde  for the Eventhubs input and output 
descriptors.
    Since the key is always a `String`, the key serde should always be 
`NoOpSerde` and will lead to an error otherwise since the Samza 
`serializers.SerdeManager.scala` expectes a `byte[]`


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

    $ git pull https://github.com/dxichen/samza eventhubs-example-cleanup

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

    https://github.com/apache/samza/pull/733.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 #733
    
----
commit 86dca61043a50a494a137e2d64df7de82e94e5a7
Author: Daniel Chen <dchen1@...>
Date:   2018-10-16T20:48:42Z

    Update value only descriptor serde

----


---

Reply via email to