Skip to content

ServiceComb熔断配置求助 #1681

Description

@willard-kali

针对servicecomb的熔断配置:
image

帮忙指正如下理解是否有误:
1.Provider方处理接口超过60s或者同1s内的请求数超过10个,会触发熔断。
2.然后限制30s内,再过来的所有请求都会直接返回异常。
3.配置没有指定具体微服务,是针对所有的微服务生效,只要有1个接口出现问题,其他所有的接口也都不能用了。
4.circuitBreaker.requestVolumeThreshold参数和isolation.maxConcurrentRequests参数两者如何理解?看官方说明不太清楚。

已参考官方文档:https://www.bookstack.cn/read/ApacheServiceCombJavaChassis/20.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions