You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/16 21:58:00 UTC

[jira] [Commented] (SAMZA-1956) Value Serde only in Event Hubs in/output descriptors

    [ https://issues.apache.org/jira/browse/SAMZA-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16652512#comment-16652512 ] 

ASF GitHub Bot commented on SAMZA-1956:
---------------------------------------

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

----


> Value Serde only in Event Hubs in/output descriptors
> ----------------------------------------------------
>
>                 Key: SAMZA-1956
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1956
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Daniel Chen 
>            Assignee: Daniel Chen 
>            Priority: Major
>             Fix For: 1.0
>
>
> 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[]`



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)