loserwang1024 commented on code in PR #3204: URL: https://github.com/apache/flink-cdc/pull/3204#discussion_r1554801483
########## 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<Boolean> LEGACY_ENABLED = + ConfigOptions.key("legacy.enabled") Review Comment: Add `SinkType` -- 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