Skip to content
#

spring-data-cassandra

Here are 35 public repositories matching this topic...

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.

  • Updated Jul 25, 2026
  • Java

Add this topic to your repo

To associate your repository with the spring-data-cassandra topic, visit your repo's landing page and select "manage topics."

Learn more