• Stars
    star
    1
  • Language
    Java
  • Created over 4 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.