GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/110
SAMZA-1178: Generate JSON from StreamPlan As the first step to visualize the StreamGraph/Plan, this patch generates a json representation of it. For the example StreamGraph in TestPlanJsonGenerator, here is the json that is generated (https://github.com/xinyuiscool/examples/blob/master/example_plan.json). This patch also introduces the immutable StreamPlan and did some code cleanup. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xinyuiscool/samza SAMZA-1178 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/110.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #110 ---- commit 8819dc8f1e18989a076528cd5f5e24dfeba97641 Author: Xinyu Liu <xi...@xiliu-ld.linkedin.biz> Date: 2017-04-04T21:59:23Z SAMZA-1178: Generate JSON from StreamPlan ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---