Hystrix
FrameworksHystrix is a Netflix Java library that adds latency and fault tolerance to distributed systems by wrapping calls to remote services in commands with circuit breakers, thread/semaphore isolation, fallbacks, and request collapsing. It is now in maintenance mode, with Netflix recommending resilience4j for new projects.