The Wayback Machine - http://web.archive.org/web/20201110182614/https://github.com/topics/circuit-breaker
Skip to content
#

circuit-breaker

Here are 294 public repositories matching this topic...

Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

  • Updated May 2, 2020
  • C#
kimbell
kimbell commented Nov 4, 2020

We are building common libraries for use in our .NET Core services infrastructure. Some of these need to expose endpoints or add custom middleware. We are using Steeltoe for Eureaka, so I did some exploring of your codebase.

I see a pattern of using an IStartupFilter for modifying the endpoints using UseEndpoints(). This is not an approach I've seen anywhere else. I asked a question relate

Improve this page

Add a description, image, and links to the circuit-breaker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the circuit-breaker topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.