DistributedCiscuitBreaker is a .NET Library that allows developers to wrap execution of a task to be controlled by a circuit breaker.
Info
Version: | 1.0.1 |
Author(s): | Luizalabs |
Last Update: | Wednesday, March 20, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/luizalabs/DistributedCircuitBreaker.NET |
NuGet Url: | https://www.nuget.org/packages/DistributedCircuitBreaker |
Install
Install-Package DistributedCircuitBreaker
dotnet add package DistributedCircuitBreaker
paket add DistributedCircuitBreaker
DistributedCircuitBreaker Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)