You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (Jira)" <ji...@apache.org> on 2020/10/12 14:01:00 UTC

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

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)