user6608138
user6608138

Reputation: 381

MSSQL and KAFKA integration

I am new to kafka. I am trying to import data from MSSQL to Hive using kafka (real-time data) with incremental and updated data. I saw github's confluent platform for mysql to hdfs data transfer, but I didn't find for MSSQL. Anybody is working on this please suggest me how to integrate MSSQL and kafka?

Upvotes: 1

Views: 821

Answers (1)

Gwen Shapira
Gwen Shapira

Reputation: 5158

I've heard Striim offers MSSQL change capture support. Another option is to use the JDBC source connector (also on Confluent's github)

Upvotes: 1

Related Questions