基于消息中间件解决分布式事务的开源框架Myth

基于消息中间件的解决分布式事务框架:https://github.com/yu199195/myth 
1.rpc框架支持 : dubbo,motan,springcloud。 
2.消息中间件支持 : jms(activimq),amqp(rabbitmq),kafka,roceketmq。 
3.本地事务日志存储支持 : redis,mogondb,zookeeper,file,mysql 
另外附上其他两种解决方案: 
TCC:https://github.com/yu199195/happylifeplat-tcc 
二阶段提交:https://github.com/yu199195/happylifeplat-transaction

猜你喜欢

转载自blog.csdn.net/hxpjava1/article/details/81116849