hailin0 commented on code in PR #3686: URL: https://github.com/apache/incubator-seatunnel/pull/3686#discussion_r1051814831
########## plugin-mapping.properties: ########## @@ -160,6 +160,9 @@ seatunnel.source.Notion = connector-http-notion seatunnel.sink.RabbitMQ = connector-rabbitmq seatunnel.source.RabbitMQ = connector-rabbitmq seatunnel.source.OpenMldb = connector-openmldb +seatunnel.source.MySQL-CDC = connector-cdc-mysql +seatunnel.source.SqlServer-CDC = connector-cdc-sqlserver seatunnel.source.Maxcompute = connector-maxcompute seatunnel.sink.Maxcompute = connector-maxcompute -seatunnel.source.MySQL-CDC = connector-cdc-mysql \ No newline at end of file +seatunnel.source.MySQL-CDC = connector-cdc-mysql Review Comment: ```suggestion seatunnel.source.MySQL-CDC = connector-cdc-mysql seatunnel.source.SqlServer-CDC = connector-cdc-sqlserver ``` ########## plugin-mapping.properties: ########## @@ -160,6 +160,9 @@ seatunnel.source.Notion = connector-http-notion seatunnel.sink.RabbitMQ = connector-rabbitmq seatunnel.source.RabbitMQ = connector-rabbitmq seatunnel.source.OpenMldb = connector-openmldb +seatunnel.source.MySQL-CDC = connector-cdc-mysql +seatunnel.source.SqlServer-CDC = connector-cdc-sqlserver Review Comment: ```suggestion ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
