Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Ct2034 (talk | contribs)
Making it less slang and more clear
m Add one more example in C#
Tag: possible conflict of interest
Line 67:
*[http://www.lybecker.com/blog/2013/08/07/automatic-retry-and-circuit-breaker-made-easy/ Example of C# implementation from Anders Lybeckers using Polly]
*[https://www.nuget.org/packages/Polly/ Polly NuGet package]
*[https://github.com/alexandrnikitin/CircuitBreaker.Net Example of C# implementation from Alexandr Nikitin]
*[https://pypi.python.org/pypi/pybreaker/0.2.2 Implementation in Python]
*[http://www.javaworld.com/article/2824163/application-performance/stability-patterns-applied-in-a-restful-architecture.html Stability patterns applied in a RESTful architecture]