joyCurry30 commented on code in PR #2813: URL: https://github.com/apache/flink-cdc/pull/2813#discussion_r1555290167
########## flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontend.java: ########## @@ -86,6 +87,18 @@ static CliExecutor createExecutor(CommandLine commandLine) throws Exception { // Global pipeline configuration Configuration globalPipelineConfig = getGlobalConfig(commandLine); + // Create pipeline composer + boolean useMiniCluster = commandLine.hasOption(CliFrontendOptions.USE_MINI_CLUSTER); Review Comment: Yes, I make a stupid mistake. I run my test in a new module, which dependencies 'flink-core', so I thought it works. I will close this pr. ########## flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontend.java: ########## @@ -86,6 +87,18 @@ static CliExecutor createExecutor(CommandLine commandLine) throws Exception { // Global pipeline configuration Configuration globalPipelineConfig = getGlobalConfig(commandLine); + // Create pipeline composer + boolean useMiniCluster = commandLine.hasOption(CliFrontendOptions.USE_MINI_CLUSTER); Review Comment: Yes, I make a stupid mistake. I ran my test in a new module, which dependencies 'flink-core', so I thought it works. I will close this pr. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org