liubao68 commented on issue #1681: ServiceComb熔断配置求助
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1681#issuecomment-606612844
 
 
   1. 当前并发处理请求数超过10个。没有1s内的限制。
   2. sleepWindowInMilliseconds 是指熔断的时间窗。 是你理解的意思
   3. 是的
   4. 在发生熔断前的请求个数必须超过requestVolumeThreshold,否则不会熔断。 maxConcurrentRequests 
参考问题1. 
   
   
[官网文档链接](https://docs.servicecomb.io/java-chassis/zh_CN/references-handlers/bizkeeper/)
 你发的文档比较旧,估计是第三方爬虫生成的, 并没有发布过这个文档。 

----------------------------------------------------------------
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

Reply via email to