分布式事务解决方案;最终一致性(本地事务型);最终一致性(可靠消息型);最大努力补偿;TCC型
☆140Sep 1, 2018Updated 7 years ago
Alternatives and similar repositories for Distributed-Transaction-Notes
Users that are interested in Distributed-Transaction-Notes are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 分布式事务-最终一致性消息队列服务☆27Nov 9, 2017Updated 8 years ago
- 基于可靠消息的分布式事务实现方案☆30Mar 17, 2017Updated 9 years ago
- maat是一个分布式事务中间件,实现了基于可靠消息的最终一致性事务控制.其可靠消息服务通过独立消息服务方案实现,与业务系统耦合低,目前支持的MQ有RocketMQ☆12Dec 6, 2018Updated 7 years ago
- 监听mysql binlog实时生成GAE使用的增量索引☆11Jan 24, 2018Updated 8 years ago
- distributed transaction service based on reliable msg,基于可靠消息的柔性分布式事务实现方案。☆123Dec 16, 2023Updated 2 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 系统的整理Spring知识点☆13Feb 2, 2024Updated 2 years ago
- 可靠消息最终一致性在spring cloud下的实现Demo☆10Aug 7, 2018Updated 8 years ago
- 分布式事务解决方案之基于可靠消息的最终一致性方案。☆12Jun 21, 2022Updated 4 years ago
- 可靠消息系统,用于保证消息生产者生产的消息能可靠的发送出去,即本地事务执行成功,消息也一定要发送成功☆50Mar 31, 2018Updated 8 years ago
- 消息 最终一致性方案,基于rabbitmq的分布式事务解决方案☆658Oct 13, 2018Updated 7 years ago
- redis分布式锁☆49Jul 3, 2015Updated 11 years ago
- 分布式事务解决方案☆44Dec 16, 2022Updated 3 years ago
- tcc-transaction是TCC型事务java实现☆5,758Jan 24, 2025Updated last year
- 基于SpringCloud-Gateway的动态网关,可视化的路由配置,请多多 star☆13Dec 10, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 分布式事务本地事件表实现☆21Sep 29, 2017Updated 8 years ago
- squirrel-foundation状态机的demo版本☆10Jan 30, 2019Updated 7 years ago
- presentation material for 2018-09-02 scala meetup☆11Oct 21, 2018Updated 7 years ago
- Spring源码阅读笔记,针对2.5.6☆12Mar 4, 2014Updated 12 years ago
- dubbo服务间的分布式事物☆11Aug 26, 2015Updated 10 years ago
- rocketmq的磁盘存储模块,我增加了延时消息☆11Mar 10, 2019Updated 7 years ago
- hibernate search example(分别使用hibernate、jpa两种方式实现,使用IKAnalyzer、paoding两种分词器实现中文分词)☆10Feb 10, 2014Updated 12 years ago
- 分布式可靠消息组件☆93Aug 3, 2021Updated 5 years ago
- 基于Redis实现的简单分布式锁☆10Jul 24, 2017Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- rocketmq 4.5.2 源码分析、中文详细注释☆12Apr 11, 2020Updated 6 years ago
- 基于SpringBoot的注解插件,实现了对接口的防重放攻击,校验请求超时,校验请求签名☆18Mar 5, 2019Updated 7 years ago
- A distribute transaction solution(分布式事务) unified the usage of TCC , SAGA ,FMT (seata/fescar AutoCompensation), reliable message, compensa…☆2,352Oct 11, 2023Updated 2 years ago
- ☆10Nov 24, 2019Updated 6 years ago
- zookeeper的笔记以及教程☆14Sep 10, 2018Updated 7 years ago
- FastDFS Client For VC++☆10Aug 29, 2017Updated 8 years ago
- 利用kafka+storm+mysql/redis构建日志监控系统☆13May 6, 2018Updated 8 years ago
- 基于byte-buddy生成Spring MVC 框架的Controller☆14Updated this week
- Distributed transaction solutions☆4,171Jul 14, 2024Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 基于Java语言编写的轻量级分库分表(Sharding)中间件,丰富的Sharding算法支持(2类4种分片算法),能够方便DBA实现库的极速扩容和降低数据迁移成本。Kratos站在巨人的肩膀上(SpringJdbc),采用与应用集成架构,放弃通用性,只为换取更好的执行性能…☆38Sep 3, 2015Updated 10 years ago
- 轻量级DDD正向/逆向业务建模框架,支撑复杂业务系统的架构演化!☆1,155Dec 19, 2025Updated 7 months ago
- 一个轻量级,高性能的缓存构架,以android缓存而设计为初衷,也可以应用于一般的Java项目中。☆14Sep 9, 2014Updated 11 years ago
- LCN分布式事务框架v3.0☆294Jan 22, 2018Updated 8 years ago
- 线程池+消息队列缓存 批量处理高并发任务☆13Sep 1, 2019Updated 6 years ago
- rocketmq 是由阿里巴巴开源出来的一个分布式消息服务器,rocketmq是在kafka的基础上进行重构,然后开发出来支撑阿里巴巴双十一高并发量的消息服务器。现在阿里巴巴已经将项目托管到apache基金会。 相较于ActiveMQ、kafka、RabbitMQ等开源…☆11Oct 13, 2020Updated 5 years ago
- ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. …☆2,870Apr 15, 2022Updated 4 years ago