Circuit breaker design pattern: Difference between revisions

Content deleted Content added
m Implementation: Repairing links to disambiguation pages - You can help!
Line 23:
==Performance Implication==
 
While it's savesafe to say that the benefits outweigh the consequences, implementing Circuit Breaker will of course affect the performance.
 
By how much depends on the storage layer used and generally available resources. The largest factors in this regard are the type of cache, for example, disk-based vs. memory-based and local vs. network.