MOBIN-F commented on code in PR #3918:
URL: https://github.com/apache/flink-cdc/pull/3918#discussion_r1955597041


##########
flink-cdc-composer/src/main/java/org/apache/flink/cdc/composer/flink/FlinkPipelineComposer.java:
##########
@@ -79,9 +73,10 @@ public static FlinkPipelineComposer ofRemoteCluster(
         return new FlinkPipelineComposer(env, false);
     }
 
-    public static FlinkPipelineComposer ofMiniCluster() {
+    public static FlinkPipelineComposer ofMiniCluster(
+            org.apache.flink.configuration.Configuration flinkConfig) {
         return new FlinkPipelineComposer(
-                StreamExecutionEnvironment.getExecutionEnvironment(), true);
+                
StreamExecutionEnvironment.getExecutionEnvironment(flinkConfig), true);

Review Comment:
   fix flink configuration fails in use-mini-cluster mode



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