GitHub user prateekm opened a pull request:

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

    SAMZA-1094, SAMZA-1101: Remove MessageEnvelope from public operator APIs. 
Delay the creation of SinkFunction for output streams.

    Additionally,
    1. Removed references to StreamGraph in OperatorSpecs. It was being used to 
getNextOpId(). MessageStreamsImpl now gets the ID and gives it to OperatorSpecs 
itself.
    2. Updated and cleaned up the StreamGraphBuilder examples.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prateekm/samza message-envelope-removal

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/92.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 #92
    
----
commit 67978a18c8e40700b7a1fb9bfba141417b8b3c7e
Author: Prateek Maheshwari <pmahe...@linkedin.com>
Date:   2017-03-17T21:32:52Z

    SAMZA-1094, SAMZA-1101: Remove MessageEnvelope from public operator APIs. 
Delay the creation of SinkFunction for output streams.

----


---
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.
---

Reply via email to