PatrickRen commented on code in PR #3204: URL: https://github.com/apache/flink-cdc/pull/3204#discussion_r1554855153
########## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-values/src/main/java/org/apache/flink/cdc/connectors/values/sink/ValuesDataSinkOptions.java: ########## @@ -35,4 +35,10 @@ public class ValuesDataSinkOptions { .booleanType() .defaultValue(true) .withDescription("True if the Event should be print to console."); + + public static final ConfigOption<String> SINK_TYPE = + ConfigOptions.key("sinkType") Review Comment: What about `sink.api`? We use the word "type" in YAML for specifying the category of connector, such as "mysql", "doris", "values", so I'm concerned about the potential conflict. -- 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