czy006 commented on code in PR #3093:
URL: https://github.com/apache/flink-cdc/pull/3093#discussion_r1527747030
##########
flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java:
##########
@@ -46,6 +46,16 @@ public class CliFrontendOptions {
.desc("JARs to be submitted together with the pipeline")
.build();
+ public static final Option TARGET =
+ Option.builder("t")
+ .longOpt("target")
+ .hasArg()
+ .desc(
+ "The deployment target for the execution. This can
take one of the following values "
Review Comment:
https://issues.apache.org/jira/browse/FLINK-34677 Maybe can in there, WDHY?
--
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]