Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piomin/sample-message-driven-microservices

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 groups
https://github.com/piomin/sample-message-driven-microservices

kafka message-driven microservices rabbitmq spring-boot spring-cloud spring-cloud-sleuth spring-cloud-stream testing

Last synced: 12 days ago
JSON representation

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 groups

Awesome Lists containing this project

README

        

## Building and testing message-driven microservices using Spring Cloud Stream [![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-message-driven-microservices.svg?style=svg)](https://circleci.com/gh/piomin/sample-message-driven-microservices)

[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-message-driven-microservices)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-message-driven-microservices&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-message-driven-microservices)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-message-driven-microservices&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-message-driven-microservices)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-message-driven-microservices&metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_sample-message-driven-microservices)

Detailed description can be found here: [Building and testing message-driven microservices using Spring Cloud Stream](https://piotrminkowski.com/2018/06/15/building-and-testing-message-driven-microservices-using-spring-cloud-stream/)