gripson commented on a change in pull request #548: docs(connect): upload 
gitbook markdown code
URL: https://github.com/apache/rocketmq-externals/pull/548#discussion_r403715137
 
 

 ##########
 File path: docs/cn/GitBook/README.md
 ##########
 @@ -0,0 +1,76 @@
+---
+description: Message Connector相关概念简介
+---
+
+# Message Connector 简介
+
+### 消息路由(Message Connector)是什么?
+
+{% hint style="success" %}
+
+**Connector的定义**
+
+连接器实例属于逻辑概念,其负责维护特定数据系统的相关配置,比如链接地址、需要同步哪些数据等信息;在connector实例被启动后,connector可以根据配置信息,对解析任务进行拆分,分配出task。
+
+{% endhint %}
+
+**消息路由**主要用于不同地域之间消息的同步,保证地域之间的数据一致性和复制备份。RocketMQ的消息路由特性打通了多个集群之间的消息互通,高效地实现了分布在不同地域之间的RocketMQ集群的消息同步复制
+
+![Messaging Connector 架构图](.gitbook/assets/image.png)
+
+### 消息路由(Message Connector)的几个概念:
+
+ 简单理解**Message 
Connector**就是借RocketMQ、kafka等从某个系统获取数据,借助消费消息写入到其他系统。**主要由Source Connector,Sink 
Connector、Runtime组成。**
+
+ **Source Connector**负责从其它系统获取数据。
+
+ **Sink Connector**负责从Producer中消费消息,将数据写入到另外的系统。
+
+ **Runtime**是Source ,Sink 
connector的运行时环境,负责加载Connector,提供RESTful接口,启动Connector任务,集群节点之间服务发现,配置同步,消费进度保存,故障转移,负载均衡等能力。
+
+**OpenMessaging** 是一套消息中间件领域的规范。**OpenMessaging 
Connect是Connect方面的api**,OpenMessaging 
还有其他各种消息中间件邻域的规范,例如mq客户端规范,存储规范,实现OpenMessaging 
规范可以做到厂商无关。**具体的Connector可以基于这套规范实现**。  
+
+
+#### RocketMQ Connector的几个概念:
+
+![RocketMQ Connect 
总览](.gitbook/assets/rocketmq-connect-overview-3.png)
+
+简单理解RocketMQ 
Connect就是借RocketMQ从其他系统获取数据发送到RocketMQ,然后从RocketMQ消费消息写入到其他系统。主要由**Source 
Connector,Sink Connector,Runtime**组成。
+
+**Source Connector**负责从其它系统获取数据,通过Producer发送到到RocketMQ。
+
+**Sink Connector负**责从Producer中消费消息,将数据写入到另外的系统
 
 Review comment:
   ```suggestion
   **Sink Connector**负责从Producer中消费消息,将数据写入到另外的系统
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to