美文网首页
分布式事务技术资料

分布式事务技术资料

作者: 王睿同学 | 来源:发表于2018-04-30 22:02 被阅读0次
    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

    深入理解分布式事务,高并发下分布式事务的解决方案: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

    相关文章

      网友评论

          本文标题:分布式事务技术资料

          本文链接:https://www.haomeiwen.com/subject/fcytrftx.html