Found 67 packages
Polly is a .NET resilience and transient-fault-handling library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Implementation of CircuitBreaker pattern for .NET
A Circuit Breaker class library
Polly is a .NET 4.5 / .NET Standard 1.1 library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation and Fallback in a fluent and thread-safe manner.
Steeltoe's implementation of Netflix's Hystrix, for .NET.
Package for adding Steeltoe Hystrix to ASP.NET Core applications.
The main goal of this library is to provide unified http request retrying policies for the HttpClient that just works. Actually this library wraps awesome Polly library with the predefined settings to allow developers to use it as is without a deep dive to Polly.
Circuit breaker abstractions.
Steeltoe Netflix Hystrix Metrics Event Stream ASP.NET Core.
A simple circuit breaker library for .NET projects. Can be configured with minimal code.
Implementation of CircuitBreaker pattern on .NET
Circuit breaker to manage http communication. Added support to manage communication using a certificate via httpclient factory
Netflix Hystrix metrics event stream for ASP.NET Core over RabbitMQ.
Steeltoe Neflix Hystrix Client Autofac
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.CircuitBreaker for Microsoft.Extensions.DependencyInjection
Defines the eventing contracts required for managing circuit breakers via an event database (such as Event Store)
ransientFaults (CircuitBreaker, and RetryPattern)
Steeltoe Neflix Hystrix Metrics Event Stream Autofac