[GitHub] samza pull request #366: SAMZA-1494: Flush operator state at end of stream

2017-11-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/366 ---

[GitHub] samza pull request #366: SAMZA-1494: Flush operator state at end of stream

2017-11-21 Thread vjagadish1989
GitHub user vjagadish1989 opened a pull request: https://github.com/apache/samza/pull/366 SAMZA-1494: Flush operator state at end of stream - Propagate operator messages at endOfStream to all down-stream operators. - Emit all pending windows when endOfStream is reached. - Flu