apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.35k stars 2.42k forks source link

[SUPPORT] Debezium Source Support for SQL Server #8182

Open Rap70r opened 1 year ago

Rap70r commented 1 year ago

Hello,

I noticed there are Debezium source support for MySQL and Postgres, however I wasn't able to find a class for SQL Server. I was wondering if there is a way I can extract data from a Kafka topic that was generated with Debezium for SQL Server.

Thank you

codope commented 1 year ago

Hi @Rap70r , currently we have support for Debezium for Postgres and MySQL. However, the base APIs to extend that support is available. Would you like to contribute this feature to open source? cc @rmahindra123

Rap70r commented 1 year ago

Hi @codope, I wish I could but lately I'm a bit swamped. However, I took a look at the above mentioned implementations and they seem quite simple. This might be a simple matter of using an existing implementation and changing few lines to match the format for SQL Server, no?

ad1happy2go commented 1 year ago

Created tracking jira for this new feature - https://issues.apache.org/jira/browse/HUDI-6299