spring-cloud-stream topic

List spring-cloud-stream repositories

springwolf-core

229
Stars
64
Forks
Watchers

Automated documentation for event-driven applications built with Spring Boot

spring-cloud-stream-outbox-extension

28
Stars
9
Forks
Watchers

Spring Cloud Stream Transactional Messaging Extension

saga-coordinator-java

18
Stars
11
Forks
Watchers

Saga Coordinator sample for long-lived transactions using Kafka as the event stream.

java-spring-cloud-stream-template

31
Stars
33
Forks
Watchers

Java Spring Cloud Stream template for the AsyncAPI Generator

sample-message-driven-microservices

38
Stars
36
Forks
Watchers

sample spring cloud application that integrates with rabbitmq through spring cloud stream framework as shows how to setup message-driven microservices basing on publish-subscribe model, consumer group...

sample-spring-cloud-stream

28
Stars
26
Forks
Watchers

sample microservices communicating asynchronously using spring cloud stream, rabbitmq

spring-cloud-stream-binder-sqs

22
Stars
9
Forks
Watchers

Amazon SQS for Spring Cloud Stream

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 impl...

The goal of this project is to implement a "News" processing pipeline composed of five Spring Boot applications: producer-api, categorizer-service, collector-service, publisher-api and news-client.