ivangfr / spring-cloud-stream-event-sourcing-testcontainers

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, we will use Testcontainers for end-to-end testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ivangfr/spring-cloud-stream-event-sourcing-testcontainers Issues

No issues in this repository yet.