This is a Spring Boot application that demonstrates Change Data Capture (CDC) using Debezium.
- Java 17 or later
- Docker and Docker Compose
- Gradle
- Swagger UI for API documentation
- RabbitMQ consumer for external consumers
- Stores CRM changes
- Configured with rabbitmq with CRM
- Message broker for consumers
- Management interface available
- Spring Boot Application: http://localhost:8080
- Swagger UI: http://localhost:8080/swagger-ui.html
- RabbitMQ Management: http://localhost:15672