From c814e8c4ab00928bed3dfbae15f47994eee9ffcc Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Sun, 29 May 2022 17:33:55 +0800 Subject: [PATCH] update readme --- helper/README-cn.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helper/README-cn.md b/helper/README-cn.md index 7e45dec..88e8e5a 100644 --- a/helper/README-cn.md +++ b/helper/README-cn.md @@ -22,7 +22,8 @@ DTM是一款变革性的分布式事务框架,提供了傻瓜式的使用方 ## 特性 * 支持多种语言:支持Go、Java、PHP、C#、Python、Nodejs 各种语言的SDK -* 支持多种事务模式:SAGA、TCC、XA、二阶段消息(本地消息表,事务消息) +* 支持多种事务模式:SAGA、TCC、XA +* 支持消息最终一致性:二阶段消息,比本地消息表更优雅的方案 * 支持多种数据库事务:Mysql、Redis、MongoDB、Postgres、TDSQL等 * 支持多种存储引擎:Mysql(常用)、Redis(高性能)、MongoDB(规划中) * 支持多种微服务架构:[go-zero](https://github.com/zeromicro/go-zero)、go-kratos/kratos、polarismesh/polaris