You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Alan Zhang (Jira)" <ji...@apache.org> on 2020/03/23 17:08:00 UTC

[jira] [Created] (SAMZA-2492) Add new deserialize function for JobGraphJson and make JobGraphJsonGenerator as public

Alan Zhang created SAMZA-2492:
---------------------------------

             Summary: Add new deserialize function for JobGraphJson and make JobGraphJsonGenerator as public
                 Key: SAMZA-2492
                 URL: https://issues.apache.org/jira/browse/SAMZA-2492
             Project: Samza
          Issue Type: Task
            Reporter: Alan Zhang


In Samza core, `JobGraphJsonGenerator` provides the function to serliaze `JobGraphJson` as plan json and later the config `samza.internal.execution.plan` will use this string as value.

However, it doesn't provide the deserialize function to help generate `JobGraphJson` from plan json string. This function is useful when you need to pase information from `samza.internal.execution.plan`.

In this ticket, there are two changes will be done here:
 # Add new deserialize function `toJobGraphJson()`
 # Change the package scope of class JobGraphJsonGenerator as public

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)