What is Polly?
It is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly is a tool in the Fault Tolerance Tools category of a tech stack.
Polly is an open source tool with 12.3K GitHub stars and 1.1K GitHub forks. Here’s a link to Polly's open source repository on GitHub
Who uses Polly?
Companies
4 companies reportedly use Polly in their tech stacks, including Alibaba Travels, MarketFinance, and softrobotics.
Developers
31 developers on StackShare have stated that they use Polly.
Polly Integrations
Polly's Features
- Bulkhead Isolation
- Timeout
- PolicyWrap
Polly Alternatives & Comparisons
What are some alternatives to Polly?
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.
Related Comparisons