Skip to content

This project contains samples demonstrating the spring 5 web flux rest client for communicating between microservices

Notifications You must be signed in to change notification settings

BarathArivazhagan/spring-webflux-rest-webclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Name Port Description
spring-web-flux-consumer 8087 spring-web-flux-consumer
spring-web-flux-producer 9500 spring-web-flux-producer

About

This project contains samples demonstrating the spring 5 web flux rest client for communicating between microservices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages