Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vany0114/resilience-strategy-with-polly
Proposes a way to build resilience strategies using Polly and an easy and cool way to consume it using the builder pattern.
https://github.com/vany0114/resilience-strategy-with-polly
builder-pattern circuit-breaker fallback polly polly-policies resilience resiliency retry-pattern retry-policy sql-server sqlserver timeout transient-error transient-fault-handling
Last synced: 21 days ago
JSON representation
Proposes a way to build resilience strategies using Polly and an easy and cool way to consume it using the builder pattern.
- Host: GitHub
- URL: https://github.com/vany0114/resilience-strategy-with-polly
- Owner: vany0114
- License: mit
- Created: 2018-08-30T00:37:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T19:49:07.000Z (about 4 years ago)
- Last Synced: 2024-11-09T03:56:26.167Z (3 months ago)
- Topics: builder-pattern, circuit-breaker, fallback, polly, polly-policies, resilience, resiliency, retry-pattern, retry-policy, sql-server, sqlserver, timeout, transient-error, transient-fault-handling
- Language: C#
- Homepage: http://elvanydev.com/resilience-with-polly/
- Size: 44.9 KB
- Stars: 28
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building resilient strategies with Polly
[![Actions Status](https://github.com/vany0114/resilience-strategy-with-polly/workflows/ASP.NET%20Core%20CI/badge.svg)](https://github.com/vany0114/resilience-strategy-with-polly/actions)Proposes a way to build resilience strategies using Polly and an easy and cool way to consume it using the builder pattern.
## Prerequisites and Installation Requirements
+ [.NET Core 2.2](https://www.microsoft.com/net/download)
+ [Visual Studio 2017 15.7 or newer](https://docs.microsoft.com/en-us/visualstudio/install/update-visual-studio?view=vs-2017)## Instructions
1. Clone this repository.
2. Compile it.
3. Run integration test under `Resilience.Polly.Sql.Tests` project.Visit my blog to view the whole post about Building resilient applications with Polly.
## Support
If you find this project helpful you can [support me](http://www.paypal.me/vany0114/3)!