[GitHub] samza pull request #366: SAMZA-1494: Flush operator state at end of stream
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
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