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 18:21:00 UTC

[jira] [Updated] (SAMZA-2492) Add new deserialize function for JobGraphJson and change related classes' scope as public

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

Alan Zhang updated SAMZA-2492:
------------------------------
    Summary: Add new deserialize function for JobGraphJson and change related classes' scope as public  (was: Add new deserialize function for JobGraphJson and make JobGraphJsonGenerator as public)

> Add new deserialize function for JobGraphJson and change related classes' scope as public
> -----------------------------------------------------------------------------------------
>
>                 Key: SAMZA-2492
>                 URL: https://issues.apache.org/jira/browse/SAMZA-2492
>             Project: Samza
>          Issue Type: Task
>            Reporter: Alan Zhang
>            Priority: Major
>
> 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)