healchow commented on code in PR #8822:
URL: https://github.com/apache/inlong/pull/8822#discussion_r1312676682
##########
inlong-manager/manager-plugins/base/src/main/java/org/apache/inlong/manager/plugin/util/FlinkConfiguration.java:
##########
@@ -83,6 +85,30 @@ private String formatPath() throws Exception {
return confPath;
}
+ /**
+ * set flink config from Map k-v
+ */
+ public void setFlinkConfig(Map<String, String> flinkConfigMap) throws
Exception {
Review Comment:
Great, but how to use this method?
--
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]