liuyangming / ByteTCC

ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. User guide: https://github.com/liuyangming/ByteTCC/wiki

Home Page:https://www.bytesoft.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

confirm阶段不能调用feign

kagenRuan opened this issue · comments

为什么不能再confirm阶段调用feign

byteTCC要求,所有的远程调用均在Try阶段执行,Confirm仅用于本服务的最后扫尾确认操作;如果远程服务也有相应的确认操作需要做,会由远程的byteTCC通知回调,业务逻辑不必参与。