dyg4228

Results 2 issues of dyg4228

如下配置了 熔断的 fallback实现类 @Service public class RoleServiceFeignHystrix implements RoleServiceFeignApi { } ApplicationContext.getBean(RoleServiceFeignApi .class)调用的时候 直接调用RoleServiceFeignHystrix .而不是dubbo接口服务

1. spring boot 通过bean注入 节点。 同一个流程 多个环节使用同一个节点 。在ICmpAroundAspect 如何区分。是否可以扩展一下类似情况借助 tag进行区分。