Hystrix配置文件配置 断路器: hystrix.command.default.circuitBreaker.requestVolumeThreshold(当在配置时间窗口内达到此数量的失败后,进行短路.默认20个) #For example, if the value is 20, then if only 19 requests are received in the rolling window (say a window of 10 seconds) the circuit wil
FeignClient spi 调用 短路异常 & 线程池配置 默认配置见:HystrixThreadPoolProperties 线程池对象:com.netflix.hystrix.HystrixThreadPool 1. 问题 最近项目中使用FeignClient 调用公共消息服务的spi时候,突然出现了一下错误: MessageSpi.sendMessage could not be queued for execution and fallback disabled. 然后很快出现了短路