yuxiqian commented on code in PR #3606:
URL: https://github.com/apache/flink-cdc/pull/3606#discussion_r1759631035


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-mysql/src/main/java/org/apache/flink/cdc/connectors/mysql/source/MySqlDataSourceOptions.java:
##########
@@ -126,8 +126,8 @@ public class MySqlDataSourceOptions {
                     .defaultValue("initial")
                     .withDescription(
                             "Optional startup mode for MySQL CDC consumer, 
valid enumerations are "
-                                    + "\"initial\", \"earliest-offset\", 
\"latest-offset\", \"timestamp\"\n"
-                                    + "or \"specific-offset\"");
+                                    + "\"initial\", \"earliest-offset\", 
\"latest-offset\", \"timestamp\", \"specific-offset\"\n,"
+                                    + " or \"snapshot\"");

Review Comment:
   Seems `\n` here isn't necessary



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