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 implement another application that listens to those events and saves them in Cassandra. Finally, Testcontainers will be used to run Integration Tests -
View it on GitHub