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 67f9b95 Updated Readme file for the new added Omega plugins
67f9b95 is described below
commit 67f9b95cfce86d5d0ea6cc3bf2c6704740bd1bdc
Author: Willem Jiang <[email protected]>
AuthorDate: Mon Aug 20 19:24:05 2018 +0800
Updated Readme file for the new added Omega plugins
---
README.md | 7 +++++--
README_ZH.md | 8 ++++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 45ee3ef..07c3a3d 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,10 @@ Saga is composed of **alpha** and **omega**.
The following diagram shows the relationships among alpha, omega and services.

-See [Saga Pack Design](docs/design.md) for details.
+See [Saga Pack Design](docs/design.md) for details.
+
+Please check out Go lang version of Omega here
https://github.com/jeremyxu2010/matrix-saga-go
+C# version of Omega here
https://github.com/OpenSagas-csharp/servicecomb-saga-csharp
## Get Started
* For ServiceComb Java Chassis application, please see [Booking
Demo](saga-demo/saga-servicecomb-demo/README.md) for details.
@@ -50,7 +53,7 @@ How to build and use can refer to [User
Guide](docs/user_guide.md).
## Contact Us
* [issues](https://issues.apache.org/jira/browse/SCB)
-* [gitter](https://gitter.im/ServiceCombUsers/Lobby)
+* [gitter](https://gitter.im/ServiceCombUsers/Saga)
* mailing list:
[subscribe](mailto:[email protected])
[view](https://lists.apache.org/[email protected])
## Contributing
diff --git a/README_ZH.md b/README_ZH.md
index 5bfc709..c4eb0f2 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -17,7 +17,11 @@ Saga是由 **alpha** 和 **omega**组成,其中:
下图展示了alpha, omega以及微服务三者的关系:

-详情可浏览[Saga Pack 设计文档](docs/design_zh.md).
+详情可浏览[Saga Pack 设计文档](docs/design_zh.md).
+
+Go语言版本Omega 可参见 https://github.com/jeremyxu2010/matrix-saga-go
+C#语言版本Omega 可参见 https://github.com/OpenSagas-csharp/servicecomb-saga-csharp
+
## 快速入门
* Saga在ServiceComb Java
Chassis应用可以参考[出行预订](saga-demo/saga-servicecomb-demo/README.md)
@@ -52,7 +56,7 @@ JDK9或者JDK10 来编译Saga并运行测试的话,你需要使用 spring-boot
## 联系我们
* [提交issues](https://issues.apache.org/jira/browse/SCB)
-* [gitter聊天室](https://gitter.im/ServiceCombUsers/Lobby)
+* [gitter聊天室](https://gitter.im/ServiceCombUsers/Saga)
* 邮件列表: [订阅](mailto:[email protected])
[浏览](https://lists.apache.org/[email protected])
## 贡献