Skip to content
#

spring-cloud-stream

Here are 206 public repositories matching this topic...

The main goal is to play with Kafka Connect and Streams. We have store-api that inserts/updates records in MySQL; Source connectors that monitor inserted/updated records in MySQL and push messages related to those changes to Kafka; Sink connectors that read messages from Kafka and insert documents in ES; Store-streams that listens for messages i…

  • Updated Sep 11, 2022
  • Java

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 integration testing.

  • Updated Nov 13, 2022
  • Java

Improve this page

Add a description, image, and links to the spring-cloud-stream 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-cloud-stream topic, visit your repo's landing page and select "manage topics."

Learn more