This is a light AOP framework that allows you to use Polly to handle exceptions with some policies like circuit break or fallback and so on of your .net core application.It's like Hystrix from Java Platform.
Info
Version: | 1.0.4 |
Author(s): | Colin Chang |
Last Update: | Monday, May 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/colin-chang/Hystrix |
NuGet Url: | https://www.nuget.org/packages/ColinChang.Hystrix |
Install
Install-Package ColinChang.Hystrix
dotnet add package ColinChang.Hystrix
paket add ColinChang.Hystrix
ColinChang.Hystrix Download (Unzip the "nupkg" after downloading)
Dependencies
- AspectCore.Core(>= 1.2.0)
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Polly(>= 7.0.3)
Tags