[jira] [Created] (FLINK-19583) Expose the execution.runtime-mode to the users

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-19583) Expose the execution.runtime-mode to the users

Shang Yuanchun (Jira)
Kostas Kloudas created FLINK-19583:
--------------------------------------

             Summary: Expose the execution.runtime-mode to the users
                 Key: FLINK-19583
                 URL: https://issues.apache.org/jira/browse/FLINK-19583
             Project: Flink
          Issue Type: Sub-task
          Components: API / DataStream
    Affects Versions: 1.12.0
            Reporter: Kostas Kloudas
            Assignee: Kostas Kloudas


With [FLIP-134|https://cwiki.apache.org/confluence/display/FLINK/FLIP-134%3A+Batch+execution+for+the+DataStream+API] we aim to expose the config option {{execution.runtime-mode}} to the user, so that he/she can execute a pipeline in BATCH or STREAMING mode, as described in the FLIP.

In addition, we will allow the users to set it to AUTOMATIC, in which case one of the BATCH or STREAMING mode is going to be picked based on the sources of the pipeline: BATCH if all sources are bounded, STREAMING otherwise.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)