Found 221 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
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.
Simple Circuit Breaker implementation for .NET with zero dependencies
Steeltoe's implementation of Netflix's Hystrix, for .NET.
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/dotnet/tree/c2435c3e0f46de784341ac3ed62863ce77e117b4
Package for adding Steeltoe Hystrix to ASP.NET Core applications.
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.
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging, timeouts, or circuit breakers
Netflix Hystrix metrics event stream for ASP.NET Core over RabbitMQ.
Implementation of CircuitBreaker pattern on .NET
Circuit breaker to manage http communication. Added support to manage communication using a certificate via httpclient factory
Defines the eventing contracts required for managing circuit breakers via an event database (such as Event Store)
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.
Steeltoe Neflix Hystrix Metrics Event Stream Autofac
Service Activator for Paramore.Brighter Command Processor. Enables background message processing and task queue consumption for event-driven architectures. The Service Activator pattern decouples message reception from business logic execution.