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

公司自研的RPC框架能否接入ByteTCC #130

Open tiantingzhou opened 3 years ago

tiantingzhou commented 3 years ago

公司采用自研rpc框架能否接入ByteTCC, 是否支持相关扩展.

liuyangming commented 3 years ago

第三方rpc接入,涉及集成配置,需要定制的部分可以参考bytetcc-supports-dubbo/bytetcc-supports-springcloud这两个项目。