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

https://github.com/fdifrison/spring-webflux-intro

Intro to SpringWebFlux in microservices architecture
https://github.com/fdifrison/spring-webflux-intro

Last synced: 2 days ago
JSON representation

Intro to SpringWebFlux in microservices architecture

Awesome Lists containing this project

README

          

# spring-webflux-intro

Intro to WebFlux in microservices architecture

* product-service: reactive service connected to mongo-db
* user-service: reactive service using R2DBC drivers with postgresql
* order-service: reactive service with blocking JPA db
* Order service place the order calling both product and user service, hence it contains the most complex pipeline,
mixing reactive and blocking operations