0 votes
in Service Discovery by
When will you see fit to use the Netflix Hystrix?

1 Answer

0 votes
by

Hystrix is an error tolerance and latency library. Hystrix mainly isolates the access points. It also makes sure that all 3rd Party libraries and services are restricted. Thus, we can use Hystrix to ensure that an application runs efficiently and avoids the kind of failures that occur in distributed systems. 

...