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 Nishimura (JIRA)" <ji...@apache.org> on 2019/03/18 18:28:00 UTC

[jira] [Created] (SAMZA-2132) Startpoint - flatten serialized key

Daniel Nishimura created SAMZA-2132:
---------------------------------------

             Summary: Startpoint - flatten serialized key
                 Key: SAMZA-2132
                 URL: https://issues.apache.org/jira/browse/SAMZA-2132
             Project: Samza
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: Daniel Nishimura
            Assignee: Daniel Nishimura


StartpointKey has unnecessary redundancies when serialized. Example: 
{code:java}
"{\"systemStreamPartition\":{\"system\":\"test\",\"stream\":\"test\",\"partition\":{\"partitionId\":2},\"systemStream\":{\"system\":\"test\",\"stream\":\"test\"}},\"taskName\":{\"taskName\":\"Partition 2\"}}"{code}
The serialized key should should be flattened to 4 elements: system, stream, partition ID and taskName.



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