TousakaRin commented on issue #1870: URL: https://github.com/apache/incubator-brpc/issues/1870#issuecomment-1228234396
 我用你描述的代码是能正常熔断的,默认配置下如果server 错误率100%,第151个请求会触发熔断。 这是我用的代码:https://github.com/TousakaRin/brpc/tree/circuit_breaker_test 有一种可能是你的代码比较老,没有这个commit: https://github.com/apache/incubator-brpc/commit/c59aecdded0fbc01cda5b5462ef99c4d084b31ae -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
