You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/14 02:10:53 UTC

[incubator-servicecomb-saga] branch master updated: Added the ROADMAP.md into saga repo

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new f07b592  Added the ROADMAP.md into saga repo
f07b592 is described below

commit f07b5928ea551b311fbf194a5eace0e70f434375
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed Jun 13 16:29:29 2018 +0800

    Added the ROADMAP.md into saga repo
---
 ROADMAP.md | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 0000000..1533742
--- /dev/null
+++ b/ROADMAP.md
@@ -0,0 +1,31 @@
+# Roadmap
+- epic means it's big task, we need to break it know into small tasks
+- new means it's smaller tasks for newbee to know better about the code base.
+- hard means it's a hard core which needs lots efforts
+
+## Saga
+- [] [SCB-665](https://issues.apache.org/jira/browse/SCB-665) Support TCC (epic)
+- [] [SCB-16](https://issues.apache.org/jira/browse/SCB-16) Using MQ to increase the availability (epic)
+
+### DEMO
+- [] [SCB-244](https://issues.apache.org/jira/browse/SCB-244) Add demo to use pack with Java-Chassis (new++)
+
+### Test
+- [] [SCB-306](https://issues.apache.org/jira/browse/SCB-306) Simulate different recover use cases (new)
+- [] [SCB-24](https://issues.apache.org/jira/browse/SCB-24) Performance impacts test (new)
+
+
+### Omega
+- [] [SCB-170](https://issues.apache.org/jira/browse/SCB-170) Separate serialization from grpc to reuse the same stream (new++)
+- [] [SCB-275](https://issues.apache.org/jira/browse/SCB-275) Refactoring Retry logical (new)
+- [] [SCB-258](https://issues.apache.org/jira/browse/SCB-258) Idempotent support (new)
+- [] [SCB-163](https://issues.apache.org/jira/browse/SCB-163) Share the context cross the thread (hard)
+
+### Alpha
+- [] [SCB-647](https://issues.apache.org/jira/browse/SCB-647) Using testcontainers to start Alpha Server in the integration test(new)
+- [] [SCB-341](https://issues.apache.org/jira/browse/SCB-341) Multi tenant support (new)
+- [] [SCB-241](https://issues.apache.org/jira/browse/SCB-241) Visual Transactions, auditing mode support (new)
+- [] [SCB-557](https://issues.apache.org/jira/browse/SCB-557) Watch mode of Alpha (new)
+
+
+

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.