Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irahardianto committed Sep 15, 2017
1 parent 706f36c commit a759b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ With that in said, when designing distributed system we should keep that in mind

Essentially circuit breaker works just like electrical circuit breakers, nothing fancy here, the only different is when the breaker is tripped it can be automatically closed when the downstream service is responding properly as described in the picture below.

![circuit breaker](https://drive.google.com/open?id=0ByCnCne9nZuVcXRocWtDcUpoRHM)
![circuit breaker](https://cdn.pbrd.co/images/GKpFVb1.png)

In our case, we will be using hystrix-go, it is a go port from Netflix's hystrix library, how it works is essentially the same, even hystrix-go supports turbine along with its hystrix dashboard, but in my case, I rather use the datadog plugins, since we are using datadog to monitor our system.

Expand Down

0 comments on commit a759b44

Please sign in to comment.