分布式事务四种解决方案希望对需要解决分布式事务的人,提供点小小帮助:
1.基于消息队列最终一致性:https://github.com/yu199195/myth
2.TCC型解决方案:https://github.com/yu199195/happylifeplat-tcc
3.二阶段提交强一致性:https://github.com/yu199195/happylifeplat-transaction
4.LCN:https://github.com/codingapi/tx-lcn
欢迎大家star,fork代码,提供你的优秀代码,或者架构设计提出改进建议!
1.基于消息队列最终一致性:https://github.com/yu199195/myth
2.TCC型解决方案:https://github.com/yu199195/happylifeplat-tcc
3.二阶段提交强一致性:https://github.com/yu199195/happylifeplat-transaction
4.LCN:https://github.com/codingapi/tx-lcn
欢迎大家star,fork代码,提供你的优秀代码,或者架构设计提出改进建议!