You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by prateekm <gi...@git.apache.org> on 2018/10/10 17:06:08 UTC

[GitHub] samza pull request #702: Application Descriptor implementation cleanup.

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 <pm...@...>
Date:   2018-10-09T23:07:03Z

    Application Descriptor implementation cleanup.

----


---

[GitHub] samza pull request #702: Application Descriptor implementation cleanup.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/702


---