Deploy Debezium to get changing data capture from database and how to configure data from MariaDB to Kafka.
- Tool: Debezium v2.7
docker compose up -d
- POST
http://localhost:8083/connectors/
start - GET
http://localhost:8083/connectors/
get all cdc - GET
http://localhost:8083/connectors/{name}/status
get cdc status - DELETE
http://localhost:8083/connectors/{name}
delete cdc
- MariaDB: refer to mariadb.md