Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)!