Real-Time ETL (ELT) with Kafka connect; change data capture from mysql to sql server.

This video demonstrates the power of kafka connect; using built-in connectors to perform incremental load (CDC). It shows how to extract and load data with Kafka Connect,Confluent Platform. It showcases how to pull data (source) from a mysql into Kafka, and to push data (sink) from a Kafka topic to a sql server. GitHub link for connector and mysql code: Confluent kafka download:
Back to Top