Circuit Breaker Pattern (Design Patterns for Microservices) | by Hasitha Subhashana | Geek Culture | Medium
medium.com · 2,231 words · saved by 1 readers
In a distributed system we have no idea how other components would fail. Network issues could occur, components could fail or a router or a…
10 min read Jun 12, 2021 -- Source: https://womenyoushouldknow.net/ In a distributed system we have no idea how other components would fail. Network issues could occur, components could fail or a router or a switch might be broken along the way. We don’t know what could go wrong. Therefore each component in a distributed system is responsible for staying alive. As a software engineer, you are responsible to keep them alive. What is a circuit breaker? 🌟 To learn about Circuit Breaker design pattern, you should know about circuit breakers first. 🌟 If your house is powered by…
related reading
- Circuit breakeren.wikipedia.org
- Everything I know about good system designseangoedecke.com
- Notes on Distributed Systems for Young Bloods – Something Similarsomethingsimilar.com
- Netflix Microservicesnewsletter.systemdesign.one
- endtoend.pdfweb.mit.edu
- Microservice Architecture patternmicroservices.io
- Chain of Responsibilityrefactoring.guru
- A Distributed Systems Reading Listferd.ca
- GitHub - donnemartin/system-design-primer: Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.github.com
- Microservices: Decomposing Applications for Deployability and Scalability - InfoQinfoq.com
- Every service should have a killswitchseangoedecke.com
- Design Patternsrefactoring.guru