Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Implemented
-
1.12.0
Description
As part of FLIP-134, we introduce the option execution.runtime-mode which can take the values: BATCH, STREAMING, and AUTOMATIC.
In case of the latter, the system will scan the sources and detect if the job is to be execute either using batch scheduling or streaming. If all the sources are bounded, the system will go with BATCH, if at least one is unbounded, then the system will go with STREAMING.
This issue targets introducing the logic of detecting the runtime mode based on the sources without exposing it yet to the user. The latter will happen in a follow-up issue.
Attachments
Issue Links
- links to