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
- Host: GitHub
- URL: https://github.com/fdifrison/spring-webflux-intro
- Owner: fdifrison
- Created: 2024-04-01T09:11:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T15:21:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-25T23:28:47.109Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 3.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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