You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Boris Shkolnik (JIRA)" <ji...@apache.org> on 2019/05/17 19:04:02 UTC

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

     [ https://issues.apache.org/jira/browse/SAMZA-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Shkolnik updated SAMZA-2132:
----------------------------------
    Fix Version/s: 1.2

> 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
>            Priority: Major
>             Fix For: 1.2
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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)