Content deleted Content added
Remove link to PHP package which just retries failed operations; no ability to record the failure state and prevent further attempts by other tasks, the defining characteristic of the Circuit Breaker pattern |
|||
Line 90:
*[https://github.com/alexandrnikitin/CircuitBreaker.Net Example of C# implementation from Alexandr Nikitin]
*[https://pypi.org/project/pybreaker/ Implementation in Python]
*[https://www.infoworld.com/article/2824163/stability-patterns-applied-in-a-restful-architecture.html Stability patterns applied in a RESTful architecture]
*[https://martinfowler.com/bliki/CircuitBreaker.html Martin Fowler Bliki]
|