MOBIN-F commented on code in PR #3791:
URL: https://github.com/apache/flink-cdc/pull/3791#discussion_r1966507311


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-mysql/src/main/java/org/apache/flink/cdc/connectors/mysql/source/MySqlDataSourceOptions.java:
##########
@@ -250,6 +250,14 @@ public class MySqlDataSourceOptions {
                     .withDescription(
                             "Whether send schema change events, by default is 
true. If set to false, the schema changes will not be sent.");
 
+    @Experimental
+    public static final ConfigOption<Boolean> SCHEMA_INFO_ENABLE =
+            ConfigOptions.key("schema-info.enabled")

Review Comment:
   done~,thanks for review! reusing metadata.list makes the implementation much 
simpler!



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