Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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实现的分布式事务框架

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/