herunkang2018 commented on code in PR #3708:
URL: https://github.com/apache/flink-cdc/pull/3708#discussion_r2013955793


##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/source/config/MySqlSourceOptions.java:
##########
@@ -191,6 +191,13 @@ public class MySqlSourceOptions {
                     .withDescription(
                             "Optional interval of sending heartbeat event for 
tracing the latest available binlog offsets");
 
+    public static final ConfigOption<Boolean> 
SCAN_READ_CHANGELOG_AS_APPEND_ONLY_ENABLED =
+            ConfigOptions.key("scan.read-changelog-as-append-only.enabled")

Review Comment:
   Thanks for the review, I will update it soon.



-- 
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

Reply via email to