GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/362
Create changelog streams in Leader(ZkJobCoordinator) for stateful operators. Verified with a test standalone job. Will add integration test for this as a part of fixing and reenabling standalone integration tests. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/362.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 #362 ---- commit cb97b89f743515ea0891db647e51246c6f8fe6df Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Date: 2017-11-15T21:14:38Z Create changelog streams in ZkJobCoordinator(Leader) for durable operators. ---- ---