In a microservices architecture, the pattern that isolates failures and ensures that a failure in one service doesn't impact others is called the ________ pattern.

  • Adapter
  • Circuit Breaker
  • Observer
  • Singleton
The Circuit Breaker pattern is used to isolate failures in a microservices architecture. It prevents a single service failure from cascading through the system.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *