Search This Blog

Saturday, 29 July 2017

Cloud Design Patterns: Circuit Breaker

  • Handle faults that may take a variable amount of time to rectify when connecting to a remote service or resource.
  • This pattern can improve the stability and resiliency of an application.

When to use

  • To prevent an application from trying to invoke a remote service or access a shared resource if this operation is highly likely to fail.

No comments:

Post a Comment

API Authentication

Reference · Identity & Access API Authentication Methods Four common ways a client proves who it is to a server, ord...

Recent Post