You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/03/12 03:19:57 UTC

[GitHub] [incubator-brpc] zyearn commented on a change in pull request #684: add doc for circuit breaker

zyearn commented on a change in pull request #684: add doc for circuit breaker
URL: https://github.com/apache/incubator-brpc/pull/684#discussion_r264504536
 
 

 ##########
 File path: docs/cn/circuit_breaker.md
 ##########
 @@ -0,0 +1,62 @@
+# 熔断功能
+当我们发起一个rpc之后,brpc首先会从名字服务(naming service)拿到一个可用节点列表,之后根据负载均衡策略挑选出一个节点作为实际访问的节点。当某个节点出现故障时,brpc能够自动将它从可用节点列表中剔除,并周期性的对故障节点进行健康检查。
 
 Review comment:
   brpc里的“名字服务”统一叫”命名服务" 了

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org