[
https://issues.apache.org/jira/browse/FLINK-19583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-19583:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Priority: Major
> Labels: pull-request-available
>
> 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)