You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2024. It is now read-only.
我们现在有三个服务作为客户端,调用顺序为 A -->B -->C,在C出现异常时,不能执行B的补偿方法,而 A --> B, A -- > C ,这种情况在C出异常时,是可以执行B的补偿方法的,这是为什么呢?是不是你们不支持这种调用方式 A-->B-->C.
ps:B -->C 是直接通过feign调用的