Skip to content

Commit

Permalink
doc: update readme (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
luky116 authored Mar 4, 2023
1 parent 8cadac9 commit 508795b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,25 @@ The principle of seata-go is consistent with that of Seata-java, which is compos
- [x] TCC
- [ ] XA
- [x] AT
- [x] Insert SQL
- [x] Delete SQL
- [x] Insert on update SQL
- [x] Multi update SQL
- [x] Multi delete SQL
- [x] Select for update SQL
- [x] Update SQL
- [ ] SAGA
- [ ] TM
- [x] TM
- [x] RPC communication
- [x] Transaction anti suspension
- [x] Manually way
- [x] Proxy datasource way
- [x] Null compensation
- [ ] Configuration center
- [x] Configuration file
- [ ] Registration Center
- [ ] Metric monitoring
- [x] Compressor algorithm
- [x] Examples


Expand Down
15 changes: 14 additions & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,27 @@ Seata-go 的原理和 Seata-java 保持一致,都是由 TM、RM 和 TC 组成
- [x] TCC
- [ ] XA
- [x] AT
- [x] Insert SQL
- [x] Delete SQL
- [x] Insert on update SQL
- [x] Multi update SQL
- [x] Multi delete SQL
- [x] Select for update SQL
- [x] Update SQL
- [ ] SAGA
- [ ] TM
- [x] TM
- [x] RPC 通信
- [x] 事务防悬挂
- [x] 手动方式
- [x] 代理数据源方式
- [x] 空补偿
- [x] 手动方式
- [x] 代理数据源方式
- [ ] 配置中心
- [x] 配置文件
- [ ] 注册中心
- [ ] Metric 监控
- [x] 压缩算法
- [x] Sample 例子


Expand Down

0 comments on commit 508795b

Please sign in to comment.