50 packages
returned for Tags:"Circuit"
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,...
More information
Implementation of CircuitBreaker pattern for .NET
-
5,089 total downloads
-
last updated 2/4/2016
-
Latest version: 4.1.0
-
Circuit
Breaker
C#
A simple circuit breaker library for .NET projects. Can be configured with minimal code.
Steeltoe Neflix Hystrix Client - ASPNET Core
Steeltoe Neflix Hystrix Client
Steeltoe Neflix Hystrix Metrics Event Stream
Implementation of CircuitBreaker pattern on .NET
-
1,355 total downloads
-
last updated 8/31/2014
-
Latest version: 1.0.2
-
Circuit
Breaker
C#
Defines the eventing contracts required for managing circuit breakers via an event database (such as Event Store)
An implementation of Helpful.CircuitBreaker.Events which writes the StorableEvent to an Azure Queue
A facade on EventStore allowing the logging of any serialisable object as the Data of a StorableEvent
An implementation of Helpful.CircuitBreaker.Events for logging breaker events to log4net.
Async Resiliency Patterns
Provides resiliency components (Throttle, Circuit Breaker) for async calls to external dependencies (databases calls, http requests/web services calls, IO calls, etc).
Polly is a .NET 3.5 / 4.0 / 4.5 / PCL library (now Profile 336) that allows developers to express transient exception handling policies such as Retry, Retry Forever, Wait and Retry or Circuit Breaker in a fluent manner.
-
403 total downloads
-
last updated 5/14/2016
-
Latest version: 1.0.0
-
circuit
breaker
A circuit breaker implementation that allows to stop executing a particular portion of code if this one has failed above a threshold.
Hystrix middleware for Cronus
Hydra is a library for adding hot failover/failback capability between multiple replicated/redundant systems using pluggable circuit-breaker type strategies.
An extension for EasyNetQ which allows you to execute message handlers within a Polly policy.
Steeltoe Neflix Hystrix Metrics Event Stream
SpiceSharp.Parser
Netlist parser for SpiceSharp
Apply declarative RETRY behavior to any arbitrary method invocation.