Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
StreamExecution currently mixes together meta-logic (tracking and signalling progress, persistence, reporting) with the core behavior of generating batches and running them. We want to reuse the former but not the latter in continuous execution, so we need to split them up.