Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baratharivazhagan/spring-webflux-rest-webclient
This project contains samples demonstrating the spring 5 web flux rest client for communicating between microservices
https://github.com/baratharivazhagan/spring-webflux-rest-webclient
spring-boot spring-reactive spring-webflux webclient
Last synced: 15 days ago
JSON representation
This project contains samples demonstrating the spring 5 web flux rest client for communicating between microservices
- Host: GitHub
- URL: https://github.com/baratharivazhagan/spring-webflux-rest-webclient
- Owner: BarathArivazhagan
- Created: 2017-07-09T17:20:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T16:43:16.000Z (almost 3 years ago)
- Last Synced: 2023-06-08T13:00:45.230Z (over 1 year ago)
- Topics: spring-boot, spring-reactive, spring-webflux, webclient
- Language: Java
- Size: 62.5 KB
- Stars: 8
- Watchers: 1
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-WebFlux-Rest-Client
This project demonstrates usage of spring 5 web flux rest client for communicating between microservices.## Spring WebFlux - WebClient
Spring WebFlux includes a reactive, non-blocking WebClient for HTTP requests. The client has a functional, fluent API with reactive types for declarative composition, see Reactive Libraries. WebFlux client and server rely on the same non-blocking codecs to encode and decode request and response content.
![web client](docs/rest_webclient.jpg)
Name
Port
Description
spring-web-flux-consumer
8087
spring-web-flux-consumer
spring-web-flux-producer
9500
spring-web-flux-producer