Daishuyuan opened a new pull request, #4320:
URL: https://github.com/apache/flink-cdc/pull/4320

   ## What is changed
   - add a new SQL Server pipeline connector module with source provider, event 
deserializer, metadata accessor, schema/type utilities and factory wiring
   - integrate the new module into the pipeline connectors build and register 
the connector factory service
   - add coverage for full types, metadata access, online schema migration, 
parallel snapshot, newly added tables and table pattern matching
   - add the source-connector side updates needed by the pipeline connector 
integration
   
   ## Why
   Flink CDC currently has a source SQL Server connector but does not provide 
the corresponding pipeline connector. This change adds SQL Server pipeline 
connector support so SQL Server can be used in pipeline jobs consistently with 
other databases.
   
   ## Verifying this change
   - mvn -pl 
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-sqlserver
 -Dtest=SqlServerFullTypesITCase#testFullTypes test


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

Reply via email to