mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2024-11-22 11:56:03 +03:00
update README.md
This commit is contained in:
parent
de5c6d6cbd
commit
773160d213
@ -4,7 +4,9 @@ Circuit Breaker Pattern 也叫断路器模式,断路器设计模式是故障
|
||||
|
||||
断路器类似于电路连接时防止着火的保险丝,当向电网输送了大量的电能时,会导致电线加热和燃烧,会导致供电临时中断。
|
||||
|
||||
熔断用于保护流量过大,是一种行为。
|
||||
熔断用于保护流量过大,是一种保护行为。
|
||||
|
||||
一些关键角色:
|
||||
|
||||
## Operation Counter 操作计数器
|
||||
|
||||
@ -14,9 +16,8 @@ Circuit Breaker Pattern 也叫断路器模式,断路器设计模式是故障
|
||||
|
||||
如果电路连续故障超过指定的阈值,它将返回一个快速错误,一段时间后,它会重试请求并记录它。
|
||||
|
||||
## Cotext
|
||||
|
||||
上下文用于传递参数.
|
||||
|
||||
|
||||
这文章不错
|
||||
|
||||
https://blog.csdn.net/jeffrey11223/article/details/85541923
|
||||
参考:<https://blog.csdn.net/jeffrey11223/article/details/85541923>
|
||||
|
Loading…
Reference in New Issue
Block a user