Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Performance implication: Added {{why}} tag to claim that benefits outweight consequences & that negative performance is a given
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Why}}
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|date=January 2021}}
 
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.