Build a data synchronization system between databases with Kafka that implements change data capture (CDC) to ingest binlogs from the source database, process them, and write them to the target database correctly, completely, and instantly in real time.
- Create VM Instances.
- Install Git and Docker on a new VM.
- Upload YAML files to VM .
- Get Confluent Control Center.
Connect Debezium connector to Cloud SQL for MySQL.
Connect JDBC sink connector to CloudSQL for MySQL.