Browse Source

doc: update readme (#737)

* update README.md and README_ZH.md

* update readme

---------

Co-authored-by: JayLiu <38887641+luky116@users.noreply.github.com>
tags/v2.0.0
FinnTew GitHub 9 months ago
parent
commit
e251741f05
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      README.md
  2. +3
    -3
      README_ZH.md

+ 3
- 3
README.md View File

@@ -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


+ 3
- 3
README_ZH.md View File

@@ -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 例子


Loading…
Cancel
Save