Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sentinel-golang reference #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The former is suitable for final consistent business locks, while the latter is
- Registry: Service Registry discovery, etcd is the default service discovery component
- Status: Global error handling for error conversion between HTTP/RPC
- Dashboard: Build metrics dashboard based on Grafana, to be implemented
- Breaker: Support [alibaba sentinel](github.com/alibaba/sentinel-golang),
- Breaker: Support [alibaba sentinel](https://github.com/alibaba/sentinel-golang),
[google sre breaker](https://landing.google.com/sre/sre-book/chapters/handling-overload/)
- Middlewares & Interceptors: HTTP/RPC Server common middleware, such as recovery, trace, metric and logger,etc

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


Expand Down