BarathArivazhagan / spring-webflux-rest-webclient

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%