Defend your app with Hystrix, a latency and fault tolerance library developed by the Netflix API team. It works by isolating points of access to remote systems, services and 3rd party libraries, thereby stopping cascading failure and providing fallback options, and making complex distributed systems more resilient in cases where failure is inevitable.
In a distributed environment, failure is simply inevitable for some service dependencies. With Hystrix you can control the interactions between these distributed services and protect your host application. Hystrix also allows you to fail fast and rapidly recover, fallback and gracefully degrade when possible, and monitor and control operations near real-time.
Features
- Protects from and controls latency and failure from dependencies
- Stops cascading failures in a complex distributed system
- Fail fast and rapid recovery
- Thread and semaphore isolation with circuit breakers
- Offers fallback options and graceful degrading when possible
- Enable near real-time monitoring, alerting, and operational control
- Concurrency
License
Apache License V2.0
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Hystrix!