user3877872
user3877872

Reputation: 817

circuit breaker for high avalability in microservices architecture

I am trying to learn about Circuit breaker that ensures high availability of the services. I am new to it. Can somebody explain me what actually it is and how can I use to have avalability in the system. I see lot of arctiles for the same but I am not clear about. I want to implement it basically to have high avalability in the system.

Upvotes: 0

Views: 131

Answers (1)

Lech Migdal
Lech Migdal

Reputation: 3978

This is a very good read - https://martinfowler.com/bliki/CircuitBreaker.html :)

Upvotes: 1

Related Questions