You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by dxichen <gi...@git.apache.org> on 2018/10/16 21:57:39 UTC

[GitHub] samza pull request #733: SAMZA-1956: Update value only descriptor serde

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 <dc...@...>
Date:   2018-10-16T20:48:42Z

    Update value only descriptor serde

----


---

[GitHub] samza pull request #733: SAMZA-1956: Update value only descriptor serde

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

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


---