- 基于消息隊列最終一致性:https://github.com/yu199195/myth
- TCC型解決方案:https://github.com/yu199195/happylifeplat-tcc
- 二階段提交強一致性:https://github.com/yu199195/happylifeplat-transaction
- LCN分布式事務框架:https://github.com/codingapi/tx-lcn
深入理解分布式事務,高并發下分布式事務的解決方案:https://blog.csdn.net/mine_song/article/details/64118963
為什么說分布式事務不再適用于微服務架構:https://blog.csdn.net/javahongxi/article/details/54177741
微服務框架Spring Cloud介紹 Part1: 使用事件和消息隊列實現分布式事務:https://blog.csdn.net/pingyan158/article/details/52764286
依賴于Spring的一個柔性事務實現,包含 TCC事務,補償事務,基于消息的最終一致性事務,基于消息的最大努力交付事務交付:https://github.com/QNJR-GROUP/EasyTransaction