GitHub user prateekm opened a pull request:
https://github.com/apache/samza/pull/702
Application Descriptor implementation cleanup.
Major changes:
1. Move withDefaultSystem to the base ApplicationDescriptor interface so
that it can be used for TaskApplication as well.
2. Move some of the common state (input/output/system/table descriptors)
and corresponding helper methods from the
StreamApplicationDescriptorImpl/TaskApplicationDescriptorImpl to the
ApplicationDescriptor class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prateekm/samza app-descriptor-cleanup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/702.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 #702
----
commit e258b570ad97f047881ee58d7dddd05b340be9af
Author: Prateek Maheshwari <pmaheshwari@...>
Date: 2018-10-09T23:07:03Z
Application Descriptor implementation cleanup.
----
---