The _______ pattern in microservices is used to handle requests that might otherwise result in a failure.

  • Circuit Breaker
  • Command
  • Observer
  • State
The Circuit Breaker pattern in microservices is designed to handle requests that could potentially fail, preventing cascading failures and improving system resilience.
Add your answer
Loading...

Leave a comment

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