dnishimura opened a new pull request #956: SAMZA-2132: Flatten startpoint key when serialized. URL: https://github.com/apache/samza/pull/956 StartpointKey has unnecessary redundancies when serialized. Example: ``` "{\"systemStreamPartition\":{\"system\":\"test\",\"stream\":\"test\",\"partition\":{\"partitionId\":2},\"systemStream\":{\"system\":\"test\",\"stream\":\"test\"}},\"taskName\":{\"taskName\":\"Partition 2\"}}" ``` The serialized key should should be flattened to 4 elements: system, stream, partition ID and taskName. @shanthoosh please take a look.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services