Found 364 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.
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.
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
Steeltoe Netflix Hystrix Metrics Event Stream ASP.NET Core.
Cross-Library messaging
A simple circuit breaker library for .NET projects. Can be configured with minimal code.
Netflix Hystrix metrics event stream for ASP.NET Core over RabbitMQ.
电路相关
Implementation of CircuitBreaker pattern on .NET
Retries for circuit breaker.
Defines the eventing contracts required for managing circuit breakers via an event database (such as Event Store)
Circuit breaker to manage http communication. Added support to manage communication using a certificate via httpclient factory
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.