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

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

tiantingzhou opened this issue · comments

commented

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

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