Skip to content
#

spring-data-cassandra

Here are 32 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 Mar 20, 2024
  • Java

Improve this page

Add a description, image, and links to the spring-data-cassandra topic page so that developers can more easily learn about it.

Curate this topic

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