add an article link

This commit is contained in:
Edward 2020-05-08 20:08:45 +08:00 committed by GitHub
parent 2d9f143132
commit 085c2e8f4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,3 +15,8 @@ Circuit Breaker Pattern 也叫断路器模式,断路器设计模式是故障
如果电路连续故障超过指定的阈值,它将返回一个快速错误,一段时间后,它会重试请求并记录它。
上下文用于传递参数.
这文章不错
https://blog.csdn.net/jeffrey11223/article/details/85541923