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. 

Related questions

0 votes
asked Jun 27, 2022 in Microsoft Teams by SakshiSharma
+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...