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 913 forks source link

能支持motan? #17

Open OnelongX opened 7 years ago

OnelongX commented 7 years ago

能支持motan?

liuyangming commented 7 years ago

目前版本还没有提供内置支持。如果需要使用,可能有一些集成工作需要自行实现。可以参考bytetcc-supports-dubbo、bytetcc-supports-springcloud这两个工程。