This is an automated email from the ASF dual-hosted git repository.
zhanglei pushed a commit to branch SCB-1321
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
The following commit(s) were added to refs/heads/SCB-1321 by this push:
new 0b36495 SCB-1321 Update README.md for Saga State Machine Module
0b36495 is described below
commit 0b36495baa37ad0c7702671fc35b7e1135e8f1b0
Author: Lei Zhang <[email protected]>
AuthorDate: Mon Jul 8 22:51:17 2019 +0800
SCB-1321 Update README.md for Saga State Machine Module
---
alpha/alpha-fsm/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/alpha/alpha-fsm/README.md b/alpha/alpha-fsm/README.md
index b090e7e..b543412 100644
--- a/alpha/alpha-fsm/README.md
+++ b/alpha/alpha-fsm/README.md
@@ -51,6 +51,7 @@ alpha.feature.akka.enabled=true
- [ ] Support for query running transaction data by RESTful API
- [ ] Support for query suspended global transaction by RESTful API
- [ ] Support for compensate failed sub-transaction by RESTful API
+- [ ] State machine metrics collection
### Omega Components
- [x] Enable state machine support via parameters
@@ -62,5 +63,7 @@ alpha.feature.akka.enabled=true
- [ ] Add sub-transaction timeout exception for akka acceptance test
- [ ] Add compensation failure for akka acceptance test
- [ ] Add compensation retry success for akka acceptance test
+- [ ] Alpha single node benchmark performance test
+- [ ] Alpha cluster benchmark performance test