Skip to content
#

spring-cloud-stream

Here are 140 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 in Kafka, treats them using Kafka Streams and push new messages back to Kafka.

  • Updated Jul 9, 2020
  • 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. Furthermore, we will implement another application that listens to those events and saves them in Cassandra. Finally, we will use Testcontainers to run the integration tests of all project.

  • Updated Jul 28, 2020
  • 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

You can’t perform that action at this time.