Commit 5587ebf
committed
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.
Author: xinyuiscool <xiliu@linkedin.com>
Reviewers: Bharath K <bharathkk@gmail.com>
Closes apache#595 from xinyuiscool/SAMZA-17961 parent 1d2f054 commit 5587ebf
File tree
1 file changed
+3
-0
lines changed- samza-core/src/main/java/org/apache/samza/standalone
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
0 commit comments