You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2021/06/16 02:15:43 UTC

[incubator-eventmesh] branch develop updated: Update README.zh-CN.md

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

chenguangsheng pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7ceb7f2  Update README.zh-CN.md
7ceb7f2 is described below

commit 7ceb7f276464a113459c7b6de877231e84f9503e
Author: Eason Chen <qq...@gmail.com>
AuthorDate: Wed Jun 16 10:15:35 2021 +0800

    Update README.zh-CN.md
---
 README.zh-CN.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.zh-CN.md b/README.zh-CN.md
index 7b58f8a..580a3fd 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -30,7 +30,8 @@ EventMesh是一个动态的云原生事件驱动架构基础设施,用于分
 
 * **eventmesh-runtime**:一种中间件,用于在事件产生者和使用者之间传输事件,支持云原生应用程序和微服务
 * **eventmesh-sdk-java**:当前支持HTTP和TCP协议,未来会支持gRPC等
-* **eventmesh-connector-rocketmq** : 一种基于OpenMessagingConnector 接口的实现,该实现支持将RocketMQ作为事件存储,实现事件的发布与订阅
+* **eventmesh-connector-api**:一个基于OpenMessaging api和SPI插件机制的接口层,可以有很多不同的事件存储的实现,比如IMDG,Messaging Engine和OSS等
+* **eventmesh-connector-rocketmq** : 一种基于eventmesh-connector-api的实现,该实现支持将RocketMQ作为事件存储,实现事件的发布与订阅
 
 **通信协议:**
 
@@ -42,7 +43,7 @@ eventmesh的通信协议更加简洁方便,详细内容,阅读更多[这里]
 | v1.0.0  |Support java-sdk , tcp pub/sub, http pub|
 | v1.1.0  |Support RocketMQ as eventstore|
 | v1.1.1  |Support https|
-| v1.2.0  |Support OpenMessaging API,support Plug-in architecture, support http sub, support cloud native deploy|
+| v1.2.0  |Support EventMesh store layer pluggable by OpenMessaging Pub/Sub API, http sub, docker|
 | V1.3.0  |Support CloudEvents, Event Streaming|
 |         |Support Event function,triggers and bindings|
 |         |Support Event orchestration, Servelss workflow|

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org