From 9f095e727741db6b05d7577fb007821747fec1ef Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Tue, 31 May 2022 12:26:11 +0800 Subject: [PATCH] update AT --- README.md | 2 ++ helper/README-cn.md | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 740ae92..1c7e181 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ DTM is a distributed transaction framework which provides cross-service eventual function-picture +## Features + ## Who's using DTM (partial) [Tencent](https://en.dtm.pub/other/using.html#tencent) diff --git a/helper/README-cn.md b/helper/README-cn.md index 88e8e5a..63a5115 100644 --- a/helper/README-cn.md +++ b/helper/README-cn.md @@ -24,6 +24,7 @@ DTM是一款变革性的分布式事务框架,提供了傻瓜式的使用方 * 支持多种语言:支持Go、Java、PHP、C#、Python、Nodejs 各种语言的SDK * 支持多种事务模式:SAGA、TCC、XA * 支持消息最终一致性:二阶段消息,比本地消息表更优雅的方案 +* 未支持 AT 事务模式,详细原因参见[XA vs AT](https://dtm.pub/practice/at) * 支持多种数据库事务:Mysql、Redis、MongoDB、Postgres、TDSQL等 * 支持多种存储引擎:Mysql(常用)、Redis(高性能)、MongoDB(规划中) * 支持多种微服务架构:[go-zero](https://github.com/zeromicro/go-zero)、go-kratos/kratos、polarismesh/polaris