kl0u commented on a change in pull request #14137:
URL: https://github.com/apache/flink/pull/14137#discussion_r526852682
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -284,6 +284,21 @@ public StreamExecutionEnvironment setParallelism(int
parallelism) {
return this;
}
+ /**
+ * Sets the runtime execution mode for the application (see {@link
RuntimeExecutionMode}).
+ * This is equivalent to setting the "execution.runtime-mode" in your
application's
+ * configuration file.
Review comment:
Yes, I will add it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]