-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
retrofit能和openfeign一起在一个项目中使用,全局熔断策略不生效 #149
Comments
理论上可以一起使用。另外,你的全局熔断策略是如何配置的? |
你好,我是这样配置的: |
如果使用openfeign+sentinel使用,sentinel的熔断配置放到nacos的配置中心中,就会出现retrofit的全局熔断策略不生效,如: |
我的实现里面也有问题,主要是 |
大佬,预计什么时候会修复这个问题呀 |
今天会修复,但是你这个问题,不一定这个修复能解决的。 因为nacos中配置的sentinel配置可能会覆盖掉我们这个组件的配置。这种情况下,我理解只需要将所有的sentinel配置都放在nacos里面就行。 |
这个是不是可以做成配置化优先级,比如 retrofit的熔断可配置成优先使用,openfeign整合sentinel的熔断放到后面进行处理 |
你升级看看能否解决吧,2.3.13 你上面说的这个方案无法控制的,因为组件里面根本不知道openfeign整合sentinel的熔断是怎么做的。 |
好的,我试下,感谢感谢 |
如果还是不行,也可以考虑使用resilience4j熔断 |
我使用sentinel主要是它的可观测性,我觉得是不是可以 |
由于框架余留问题,我想问下,retrofit能和openfeign一起在一个项目中使用吗?我测试了下,发现好像全局熔断策略不生效
The text was updated successfully, but these errors were encountered: