lvyanquan commented on code in PR #3791: URL: https://github.com/apache/flink-cdc/pull/3791#discussion_r1976801568
########## flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-kafka/src/main/java/org/apache/flink/cdc/connectors/kafka/sink/KafkaDataSinkOptions.java: ########## @@ -100,4 +100,11 @@ public class KafkaDataSinkOptions { .text( ". For example, we can set 'sink.tableId-to-topic.mappingg' like 'mydb.mytable1:topic1;mydb.mytable2:topic2'.") .build()); + + public static final ConfigOption<Boolean> SINK_DEBEZIUM_JSON_SCHEMA_ENABLED = + key("sink.debezium-json-schema.enabled") + .booleanType() + .defaultValue(false) + .withDescription( + "Optional. If this parameter is configured, each debezium record will contain debezium schema information.Only value.format=debezium-json is supported."); Review Comment: nil, and one blank space. information. Only -- 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