Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wxbty/meepo
基于ByteJta,仿GTS实现的分布式事务框架
https://github.com/wxbty/meepo
gts jta xa
Last synced: about 2 hours ago
JSON representation
基于ByteJta,仿GTS实现的分布式事务框架
- Host: GitHub
- URL: https://github.com/wxbty/meepo
- Owner: wxbty
- Created: 2018-07-30T03:24:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T07:25:58.000Z (about 2 years ago)
- Last Synced: 2024-12-26T18:11:38.628Z (7 days ago)
- Topics: gts, jta, xa
- Language: Java
- Homepage:
- Size: 65.3 MB
- Stars: 137
- Watchers: 20
- Forks: 50
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meepo
基于jta,仿GTS实现的分布式事务框架meepo是一个类XA/2PC(1pc+1)机制的分布式事务管理器。实现了Spring JTA接口,集成dubbo,提供阿里GTS的核心功能。
meepo基于bytejta实现 https://github.com/liuyangming/bytejta
meepo = bytejta的基础代码+GTS的原理流程
使用样例:https://github.com/wxbty/meepo-test
架构介绍+源码跟踪:https://wxbty.github.io/2018/08/01/start/one/