/debezium-kafka-mysql-cdc-consumer

Simple Spring Boot project for consuming messages from a Kafka topic. While any insert, update or delete operation in MYSQL database, Debezium MySql connector will publish the CDC(Change Data Capture) to the topic. The SpringBoot consumer will show differences between the before and after the table based on the topic connected with.

Primary LanguageJava

Stargazers