Update circuit-breaker.md

This commit is contained in:
Edward 2020-05-22 13:37:52 +08:00 committed by GitHub
parent c27fe6fd88
commit 5d9b462e2c
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.
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)
### Operation Counter