https://github.com/piomin/sample-spring-cloud-stream-kafka
Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams
https://github.com/piomin/sample-spring-cloud-stream-kafka
kafka kafka-streams spring-boot spring-cloud spring-cloud-stream spring-cloud-stream-kafka-stream
Last synced: 16 days ago
JSON representation
Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams
- Host: GitHub
- URL: https://github.com/piomin/sample-spring-cloud-stream-kafka
- Owner: piomin
- Created: 2021-11-02T14:10:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T22:36:59.000Z (23 days ago)
- Last Synced: 2025-04-10T01:09:54.088Z (16 days ago)
- Topics: kafka, kafka-streams, spring-boot, spring-cloud, spring-cloud-stream, spring-cloud-stream-kafka-stream
- Language: Java
- Homepage: https://piotrminkowski.com/
- Size: 76.2 KB
- Stars: 39
- Watchers: 5
- Forks: 34
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Cloud Stream Kafka Streams Advanced Demo Project [](https://twitter.com/piotr_minkowski)
[](https://circleci.com/gh/piomin/sample-spring-cloud-stream-kafka)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)
[](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)In this project I'm demonstrating you the most interesting features of [Spring Cloud Project](https://spring.io/projects/spring-cloud) for building event-driven, microservice-based architecture.
Want to find out more details? Here's the article about it: [Kafka Streams with Spring Cloud Stream](https://piotrminkowski.com/2021/11/11/kafka-streams-with-spring-cloud-stream/). I'm describing there how to use Kafka Streams with Spring Cloud Stream to create stock market app.