danny0405 commented on code in PR #6491:
URL: https://github.com/apache/hudi/pull/6491#discussion_r954655570


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/StreamerUtil.java:
##########
@@ -244,6 +250,15 @@ public static HoodieWriteConfig getHoodieClientConfig(
     return writeConfig;
   }
 
+  private static Properties callbackConfigProperties(Configuration conf) {
+    Properties properties = new Properties();
+    Map<String, String> callbackConfig = conf.toMap().entrySet().stream()

Review Comment:
   Can we just return the callback config instead ?



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