This is an automated email from the ASF dual-hosted git repository. luky116 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-seata-go.git
The following commit(s) were added to refs/heads/master by this push: new e251741f doc: update readme (#737) e251741f is described below commit e251741f05a4449759d12e974dd146eeeaedfcfe Author: FinnTew <nanomo...@gmail.com> AuthorDate: Sat Dec 14 16:31:51 2024 +0800 doc: update readme (#737) * update README.md and README_ZH.md * update readme --------- Co-authored-by: JayLiu <38887641+luky...@users.noreply.github.com> --- README.md | 6 +++--- README_ZH.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e95785ee..e2f2bd07 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The principle of seata-go is consistent with that of Seata-java, which is compos ## TODO list - [x] TCC -- [ ] XA +- [x] XA - [x] AT - [x] Insert SQL - [x] Delete SQL @@ -33,9 +33,9 @@ The principle of seata-go is consistent with that of Seata-java, which is compos - [x] Manually way - [x] Proxy datasource way - [x] Null compensation -- [ ] Configuration center +- [x] Configuration center - [x] Configuration file -- [ ] Registration Center +- [x] Registration Center - [ ] Metric monitoring - [x] Compressor algorithm - [x] Examples diff --git a/README_ZH.md b/README_ZH.md index cea4ec1a..3cc58144 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -17,7 +17,7 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成 ## 待办事项 - [x] TCC -- [ ] XA +- [x] XA - [x] AT - [x] Insert SQL - [x] Delete SQL @@ -35,9 +35,9 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成 - [x] 空补偿 - [x] 手动方式 - [x] 代理数据源方式 -- [ ] 配置中心 +- [x] 配置中心 - [x] 配置文件 -- [ ] 注册中心 +- [x] 注册中心 - [ ] Metric 监控 - [x] 压缩算法 - [x] Sample 例子 --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org