0

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.

user3877872
  • 809
  • 2
  • 9
  • 16

1 Answers1

1

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

Lech Migdal
  • 3,828
  • 5
  • 36
  • 63