Shuo Cheng created FLINK-23086: ---------------------------------- Summary: Add getRuntimeExecutionMode to StreamExecutionEnvironment Key: FLINK-23086 URL: https://issues.apache.org/jira/browse/FLINK-23086 Project: Flink Issue Type: Improvement Components: Runtime / Configuration Affects Versions: 1.13.0 Reporter: Shuo Cheng Fix For: 1.14.0
`RuntimeExecutionMode` is used when creating a `StreamGraphGenerator` inside `StreamExecutionEnvironment`, however, when we want to create a `StreamGraphGenerator` outside `StreamExecutionEnvironment` (like ExecutorUtils#generateStreamGraph), `getRuntimeExecutionMode` is needed. -- This message was sent by Atlassian Jira (v8.3.4#803005)