Skip to content

spring-cloud/spring-cloud-stream-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2ff1168 · Feb 24, 2025
Feb 24, 2025
Aug 28, 2023
Aug 29, 2023
Aug 29, 2023
Jun 10, 2024
Jan 23, 2024
Aug 29, 2023
Nov 13, 2023
Mar 25, 2021
Mar 25, 2021
Jun 10, 2024
Jan 3, 2023
Aug 28, 2023
Jan 20, 2022
Mar 25, 2021
Mar 25, 2021
Jul 26, 2021
Nov 13, 2023
Aug 28, 2023
Apr 15, 2022
Oct 1, 2021
Sep 10, 2020
Mar 21, 2019
Mar 21, 2019
Aug 29, 2023
Aug 28, 2023
Mar 21, 2019
Jan 23, 2024

Spring Cloud Stream Sample Applications

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.

About

Samples for Spring Cloud Stream

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages