dockerzhang commented on code in PR #6692:
URL: https://github.com/apache/inlong/pull/6692#discussion_r1036777413


##########
inlong-manager/manager-plugins/src/main/java/org/apache/inlong/manager/plugin/flink/FlinkService.java:
##########
@@ -285,6 +285,8 @@ private String[] genProgramArgsV2(FlinkInfo flinkInfo, 
FlinkConfig flinkConfig)
         list.add(flinkInfo.getLocalConfPath());
         list.add("-checkpoint.interval");
         list.add("60000");
+        list.add("-metrics.audit.proxy.hosts");
+        list.add(flinkConfig.getAuditProxyHosts());
         return list.toArray(new String[0]);

Review Comment:
   please remove the `genProgramArgs` method and rename `genProgramArgsV2` to 
`genProgramArgs`, I think it will not be used again.



-- 
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]

Reply via email to