Spring Tips: Hedging Client Requests with the Reactive WebClient and a service registry
Hi Spring fans! In this installment of Spring Tips we look at how to use the reactive WebFlux
client to make a number of concurrent requests to distinct service instances (discovered using a service registry like Netflix Eureka or Consul through the Spring Cloud DiscoveryClient
abstraction) and meet SLAs by using the fastest request to return.
speaker: Josh Long