Circuit breaker design pattern: Difference between revisions

Content deleted Content added
m Add one more example in C#
Tag: possible conflict of interest
Line 28:
==Performance Implication==
 
While it's safe to say that the benefits outweigh the consequences, implementing Circuit Breaker will positivelynegatively 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.