Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2680#discussion_r86388867 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java --- @@ -1193,7 +1195,12 @@ // ------------------------- JobManager Web Frontend ---------------------- - + + /** The config key for the address of the JobManager web frontend. */ + public static final ConfigOption<String> DEFAULT_JOB_MANAGER_WEB_FRONTEND_ADDRESS = --- End diff -- Thanks for addressing Stephan's comment. We actually move away from the `ConfigConstants` class with all newly added options. We should migrate this to a separate `WebFrontendOptions` class.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---