Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

Demo illustrating the usage of Spring Cloud Stream in order to integrate with Kafka Streams

Awesome Lists containing this project

README

        

# Spring Cloud Stream Kafka Streams Advanced Demo Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)

[![CircleCI](https://circleci.com/gh/piomin/sample-spring-cloud-stream-kafka.svg?style=svg)](https://circleci.com/gh/piomin/sample-spring-cloud-stream-kafka)

[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-cloud-stream-kafka&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-cloud-stream-kafka&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-stream-kafka)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-cloud-stream-kafka&metric=ncloc)](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.