Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.9.0
-
None
-
None
Description
Several overlapping feature requests have emerged. People want the ability to programmatically:
- Add new input streams after a job has started.
- Pause consuming a stream for a period of time.
- Stop consuming a stream.
- Override offsets at both job start time, and after a job has been running for a while (rewind/fast forward).
We don't really expose any of these controls to the StreamTask or JobCoordinator in a pluggable way. This is an umbrella ticket to track this work.