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

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

Daniel Chen  created SAMZA-1956:
-----------------------------------

             Summary: 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 
             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)