You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a collection of applications written using Spring Cloud Stream. All the applications are self-contained.
They can be run against either Kafka or RabbitMQ middleware technologies.
You have the option of running the samples against local or Docker containerized versions of Kafka and Rabbit.
You can build the entire samples by going to the root of the repository and then execute: ./mvnw clean package.
However, the recommended approach to build them is to pick the sample that you are interested in and go to that particular app and follow the instructions there in the README for that app.
Provided Sample Applications
Below, you can find the list of all the provided sample applications.
Confluent Schema Registry Integration
This set of sample applications show how Spring Cloud Stream Kafka applications integrate with Confluent Schema Registry.
You can find more details at README.
Spring Cloud Stream Schema Registry Integration
These samples show how Spring Cloud Stream Schema Registry can help with schema evolution use cases.
More details are available at README.
Batch Producer Consumer
This sample app shows how to write batch consumers and producers using spring Cloud Stream and Apache Kafka.
More details are at README.
Kafka Binder Native App
This sample shows how to run the same Spring Cloud Stream Kafka based application on the normal JVM, AOT-only mode on the JVM and finally, natively on graalvm.
For more information, please see README.