aljoscha commented on a change in pull request #14137:
URL: https://github.com/apache/flink/pull/14137#discussion_r526871430
##########
File path:
flink-streaming-scala/src/main/scala/org/apache/flink/streaming/api/scala/StreamExecutionEnvironment.scala
##########
@@ -75,6 +76,25 @@ class StreamExecutionEnvironment(javaEnv: JavaEnv) {
javaEnv.setParallelism(parallelism)
}
+ /**
+ * Sets the runtime execution mode for the application (see
[[RuntimeExecutionMode]]).
+ * This is equivalent to setting the "execution.runtime-mode" in your
application's
+ * configuration file.
+ *
+ * <p>We recommend users to NOT use this method but set the
"execution.runtime-mode"
Review comment:
In scaladoc you don't need the `<p>`.
----------------------------------------------------------------
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]