GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/595
SAMZA-1796: PassthroughJobCoordinator doesn't create changelog streams Currently only the ClusterBasedJobCoordinator and ZkJobCoordinator are creating changelog streams. The Passthrough one should also do it. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xinyuiscool/samza SAMZA-1796 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/595.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 #595 ---- commit 4da05623f8f0da6026d3d7c0b44bf69fb2f3a9ac Author: xinyuiscool <xiliu@...> Date: 2018-08-01T22:40:25Z SAMZA-1796: PassthroughJobCoordinator doesn't create changelog streams ---- ---