Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 521 Bytes

File metadata and controls

7 lines (6 loc) · 521 Bytes

Kafka-Less Data Replication with Debezium

This example demonstrates how to set up a Kafka-less data replication pipeline between databases using the Debezium JDBC sink. Three deployment options are provided:

  • Debezium Server — Docker Compose setup replicating PostgreSQL to MySQL
  • Debezium Operator — Kubernetes deployment using the Debezium Operator custom resource
  • Debezium Platform — Kubernetes deployment using the Debezium Management Platform REST API