Skip to content

Commit 87ded09

Browse files
Merge pull request #149 from emmanuel-ferdman/master
Update `sentinel-golang` reference
2 parents bdf9b13 + 02678d6 commit 87ded09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The former is suitable for final consistent business locks, while the latter is
2929
- Registry: Service Registry discovery, etcd is the default service discovery component
3030
- Status: Global error handling for error conversion between HTTP/RPC
3131
- Dashboard: Build metrics dashboard based on Grafana, to be implemented
32-
- Breaker: Support [alibaba sentinel](github.com/alibaba/sentinel-golang),
32+
- Breaker: Support [alibaba sentinel](https://github.com/alibaba/sentinel-golang),
3333
[google sre breaker](https://landing.google.com/sre/sre-book/chapters/handling-overload/)
3434
- Middlewares & Interceptors: HTTP/RPC Server common middleware, such as recovery, trace, metric and logger,etc
3535

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- Registry:服务注册发现,制定通用接口定义,默认支持etcd
2727
- Status:全局错误处理,用于HTTP/RPC之间错误转换。后续可扩展成从remote加载错误定义
2828
- Dashboard:基于Grafana搭建metrics大盘,待实现
29-
- Breaker:熔断器,支持[alibaba sentinel](github.com/alibaba/sentinel-golang)[google sre breaker](https://landing.google.com/sre/sre-book/chapters/handling-overload/)
29+
- Breaker:熔断器,支持[alibaba sentinel](https://github.com/alibaba/sentinel-golang)[google sre breaker](https://landing.google.com/sre/sre-book/chapters/handling-overload/)
3030
- Middlewares & Interceptors:http/rpc server通用中间件,如recovery, trace, metric and logger等
3131

3232

0 commit comments

Comments
 (0)