Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.08k stars 4.7k forks source link

Add Failsafe as alternative for Hystrix users #1915

Open jhalterman opened 5 years ago

jhalterman commented 5 years ago

Since Hystrix is in maintenance mode, it would be great and appreciated if you'd mention Failsafe as another alternative for existing Hystrix users. 👍

If this paragraph isn't quite the right place to insert such a mention, happy to add elsewhere.