Reputation: 381
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
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