kl0u commented on a change in pull request #11471: [FLINK-16692] flink
joblistener can register from config
URL: https://github.com/apache/flink/pull/11471#discussion_r396402442
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java
##########
@@ -237,6 +237,13 @@ public ExecutionConfig getConfig() {
return cacheFile;
}
+ /**
+ * Gets the config JobListeners.
+ */
Review comment:
Yes, `ExecutionEnvironment` is for the `DataSet` API and there are also
`JobListeners` there. So why not adding 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]
With regards,
Apache Git Services