high-concurrent-actual
  • Introduction
  • 分布式锁实现方案
    • 分布式锁介绍
    • 基于redis(一)
    • 基于redis(二)
    • 基于zookeeper
    • 分布式锁的应用场景
    • 分布式锁方案比较
  • 分布式事务解决方案
    • LCN解决分布式事务
    • 分布式相关的解决方案介绍
    • 消息队列解决方案
    • TCC解决方案
    • 本地消息表解决方案
    • SpringBoot实现分布式事务
    • SpringCloudAlibaba - 阿里分布式事务Seata
    • SpringCloudAlibaba - 阿里RocketMQ
    • RabbitMQ消息队列的分布式事务解决方案
  • 分布式系统校验解决方案
    • 分布式Session
    • JWT方式
    • 单点登录框架
  • 互联网高可用架构分析
  • 分布式订单流水号生成策略
Powered by GitBook
On this page
  • 目录
  • 参考

Was this helpful?

分布式事务解决方案

目录

  • 基于X/A协议相关的解决方案

  • 消息队列解决方案

  • TCC解决方案

  • 本地消息表解决方案

  • SpringBoot实现分布式事务

参考

https://www.cnblogs.com/savorboard/p/distributed-system-transaction-consistency.html

https://www.cnblogs.com/zengkefu/p/5742617.html

https://blog.csdn.net/qcloudcommunity/article/details/77802999

http://www.xue63.com/zixunall/4905/49052348.html

Previous分布式锁方案比较NextLCN解决分布式事务

Last updated 5 years ago

Was this helpful?