spring-cloud-stream-event-sourcing-testcontainers icon indicating copy to clipboard operation
spring-cloud-stream-event-sourcing-testcontainers copied to clipboard

Goal: create a Spring Boot application that handles users using Event Sourcing. So, whenever a user is created, updated, or deleted, an event informing this change is sent to Kafka. Also, we will impl...