mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-04 13:43:37 +03:00
Merge 0e9c7de722
into f978e42036
This commit is contained in:
commit
a0f0f0c15c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ wires to heat up and combust, the circuit breaker design pattern is a fail-first
|
|||
mechanism that shuts down the circuit, request/response relationship or a
|
||||
service in the case of software development, to prevent bigger failures.
|
||||
|
||||
**Note:** The words "circuit" and "service" are used synonymously throught this
|
||||
**Note:** The words "circuit" and "service" are used synonymously throughout this
|
||||
document.
|
||||
|
||||
## Implementation
|
||||
|
|
Loading…
Add table
Reference in a new issue