willard-kali opened a new issue #1681: ServiceComb熔断配置求助 URL: https://github.com/apache/servicecomb-java-chassis/issues/1681 针对servicecomb的熔断配置:  帮忙指正如下理解是否有误: 1.Provider方处理接口超过60s或者同1s内的请求数超过10个,会触发熔断。 2.然后限制30s内,再过来的所有请求都会直接返回异常。 3.配置没有指定具体微服务,是针对所有的微服务生效,只要有1个接口出现问题,其他所有的接口也都不能用了。 4.circuitBreaker.requestVolumeThreshold参数和isolation.maxConcurrentRequests参数两者如何理解?看官方说明不太清楚。 已参考官方文档:https://www.bookstack.cn/read/ApacheServiceCombJavaChassis/20.md
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
