liuyongvs 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_r396857109
##########
File path:
flink-core/src/main/java/org/apache/flink/configuration/ExecutionOptions.java
##########
@@ -55,4 +56,11 @@
"throughput")
)
.build());
+
+ public static final ConfigOption<List<String>> JOB_LISTENERS =
Review comment:
i have moved the argument from ExecutionOptions to DeploymentOptions.
----------------------------------------------------------------
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