Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Lajm (talk | contribs)
mNo edit summary
Performance implication: Added {{why}} tag to claim that benefits outweight consequences & that negative performance is a given
Line 25:
==Performance implication==
 
While it's safe to say that the benefits outweigh the consequences, implementing Circuit Breaker will negatively affect the performance.{{why}}
 
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.