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
https://www.bytesoft.org/
GNU Lesser General Public License v3.0
2.9k stars 911 forks source link

feign不能回滚 #71

Closed dawe001 closed 6 years ago

dawe001 commented 6 years ago

消费端通过feign调用生产者插入数据,当消费端后续处理抛出异常后,生产者没有执行cancel方法