Skip to content

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases

License

Notifications You must be signed in to change notification settings

zhangqinghua-fork/tx-lcn

 
 

Repository files navigation

Distributed Transaction Framework - LCN (5.0.2.RELEASE)

Maven License Gitter

关于维护计划

大家好,我是lorne,也是LCN分布式事务框架的发起者。TX-LCN分布式事务框架,由于一直没有解决资金问题,无法持续投入维护,而且随着TX-LCN框架的停滞,阿里的seata框架也已经慢慢顺势而来,我们团队在项目投入层面完全无法与阿里相提并论,为了让大家可以更好的理解框架,也为了让使用框架的人更清楚其原理,我将开始录制《从0到1实现分布式事务框架》的课程讲解,让分布式事务不在那么高深,人人触手可及,也希望大家通过系统的学习以后可以共同参与到TX-LCN的项目维护中,让TX-LCN长期运作下去,无论如何希望通过对分布式事务的讲解可以让大家能有更多的收获,也希望可以得到大家的更多的支持。

本课程基于java的springboot技术,面向人群为熟悉微服务、分布式技术,对提升个人能力有追求的人,更多资讯信息请关注 www.codingapi.com 或微信公众号 codingapi。

若你对分布式事务感兴趣,有时间也想参与开源事业,请加群(维护者群):421324785 ,若只是技术交流请加下面的交流群。

从0到1实现分布式事务 公开课

第一节课

分布式事务从0到1-认识分布式事务
原文 B站

第二节课

分布式事务从0到1-了解TX-LCN原理
原文 B站-原理一 B站-原理二

Modules

  1. txlcn-tc: Distributed Transaction Client
  2. txlcn-common: Commons
  3. txlcn-logger: Provide persistent logs to MySQL
  4. txlcn-tm: Distributed Transaction Manager
  5. txlcn-txmsg: Distributed Transaction Message Extensions API
  6. txlcn-txmsg-netty: Distributed Transaction Message Extensions Implementation
  7. txlcn-tracing: Distributed Transaction Tracing

The Authority

Website: https://www.txlcn.org
Statistics: Leave your company messages
QQ:554855843 (Hot) 970071379(Hot) 863954560(Normal)

1. 使用Docker,重启TM后会TC注册上2个TM。

2. TM重启后,TC无法发起重新连接。

3. Github maven 仓库如何做到Snishop快照?

4. 使用Docker运行TM,A->B->A 循环调用丢失事务。不适用Docker运行TM则没问题。

    已解决,原来是代理数据库连接的时候注释代理逻辑了。

5. Kubesphere Maven 没有拉取最新的镜像代码。

About

LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.9%
  • Other 0.1%