Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Drakosh (talk | contribs)
External links: to latest version
Line 68:
*[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/pypiproject/pybreaker/0.2.2 Implementation in Python]
*[https://packagist.org/packages/eshta/resilient-task Implementation in PHP]
*[http://www.javaworld.com/article/2824163/application-performance/stability-patterns-applied-in-a-restful-architecture.html Stability patterns applied in a RESTful architecture]