gong commented on code in PR #7864: URL: https://github.com/apache/inlong/pull/7864#discussion_r1168541323
########## inlong-manager/manager-plugins/src/main/java/org/apache/inlong/manager/plugin/util/FlinkConfiguration.java: ########## @@ -29,7 +29,7 @@ import static org.apache.inlong.manager.plugin.flink.enums.Constants.ADDRESS; import static org.apache.inlong.manager.plugin.flink.enums.Constants.JOB_MANAGER_PORT; -import static org.apache.inlong.manager.plugin.flink.enums.Constants.METRICS_AUDIT_PROXY_HOSTS; +import static org.apache.inlong.manager.plugin.flink.enums.Constants.METRICS_AUDIT_PROXY_HOSTS_KEY; Review Comment: @bibhu107 Hi, Why don't you use `org.apache.inlong.common.constant.Constants.METRICS_AUDIT_PROXY_HOSTS_KEY`? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
