Update circuit-breaker.md

This commit is contained in:
Edward 2020-05-22 14:24:57 +08:00 committed by GitHub
parent 064adb67c2
commit a0671b417b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ document.
## Implementation
Below is the implementation of a very simple circuit breaker to illustrate the purpose
of the circuit breaker design pattern for [Circuit Breaker Pattern](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589784(v=pandp.10)?redirectedfrom=MSDN)
of the circuit breaker design pattern ,Only considering Open/Closed
### Operation Counter