Skip to content

Commit e251741

Browse files
FinnTewluky116
FinnTew
andauthored
doc: update readme (#737)
* update README.md and README_ZH.md * update readme --------- Co-authored-by: JayLiu <[email protected]>
1 parent 1d1214d commit e251741

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The principle of seata-go is consistent with that of Seata-java, which is compos
1717
## TODO list
1818

1919
- [x] TCC
20-
- [ ] XA
20+
- [x] XA
2121
- [x] AT
2222
- [x] Insert SQL
2323
- [x] Delete SQL
@@ -33,9 +33,9 @@ The principle of seata-go is consistent with that of Seata-java, which is compos
3333
- [x] Manually way
3434
- [x] Proxy datasource way
3535
- [x] Null compensation
36-
- [ ] Configuration center
36+
- [x] Configuration center
3737
- [x] Configuration file
38-
- [ ] Registration Center
38+
- [x] Registration Center
3939
- [ ] Metric monitoring
4040
- [x] Compressor algorithm
4141
- [x] Examples

README_ZH.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成
1717
## 待办事项
1818

1919
- [x] TCC
20-
- [ ] XA
20+
- [x] XA
2121
- [x] AT
2222
- [x] Insert SQL
2323
- [x] Delete SQL
@@ -35,9 +35,9 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成
3535
- [x] 空补偿
3636
- [x] 手动方式
3737
- [x] 代理数据源方式
38-
- [ ] 配置中心
38+
- [x] 配置中心
3939
- [x] 配置文件
40-
- [ ] 注册中心
40+
- [x] 注册中心
4141
- [ ] Metric 监控
4242
- [x] 压缩算法
4343
- [x] Sample 例子

0 commit comments

Comments
 (0)