Content deleted Content added
remove issue corrected by my last edit. |
m Making a |
||
Line 9:
==Common Uses==
Assume that an application connects to a [[database]] 100 times per second and the database fails.
Generally Circuit Breaker can be used to check the availability of an external service. An external service can be a database server or a web service used by the application.
|