Hystrix代码跟踪
2022-04-12 22:10:22 10 举报
为你推荐
查看更多
Hystrix代码跟踪
作者其他创作
大纲/内容
applyHystrixSemantics.call()
toObservable()
executeCommandAndObserve()
主线程
getExecutionObservable
circuitBreaker.attemptExecution()判断断路器是否通过?
信号量不足
get()
new HystrixCommand<T>()
getFallBack()
no:执行快速失败
toFuture()
getUserExecutionObservable()准备执行业务方法
executeCommandWithSpecifiedIsolation()验证线程池模式
yes:requestCache.get(cacheKey);
toBlocking()
execute()
getExecutionSemaphore()executionSemaphore.tryAcquire()验证信号量
requestCacheEnabled是否缓存有值?
queue()
run()
Observable.just(run());
Future
no
收藏
收藏
0 条评论
回复 删除
下一页