I have an application which make excessive web client calls using Spring WebClient
, Do i need to use Hystrix or Resilience4j or use web client( Flux or Mono) in build methods like timeout etc.
Asked
Active
Viewed 838 times
2

S Atah Ahmed Khan
- 1,313
- 3
- 14
- 22
-
Maybe this answer could help you https://stackoverflow.com/questions/53282413/is-really-necessary-to-use-hystrix-with-reactive-spring-boot-2-application/53303356#53303356 – Alexander Pankin Dec 18 '18 at 17:38