This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch new-official-website in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this push: new 2e875f6547 Update 01RocketMQ Connect Overview.md (#639) 2e875f6547 is described below commit 2e875f654713694c6d39482b22231f3f8964f1b0 Author: 小陈 <jamiechen....@gmail.com> AuthorDate: Mon May 6 16:36:39 2024 +0800 Update 01RocketMQ Connect Overview.md (#639) --- versioned_docs/version-5.0/10-connect/01RocketMQ Connect Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versioned_docs/version-5.0/10-connect/01RocketMQ Connect Overview.md b/versioned_docs/version-5.0/10-connect/01RocketMQ Connect Overview.md index 119443b881..68373e7293 100644 --- a/versioned_docs/version-5.0/10-connect/01RocketMQ Connect Overview.md +++ b/versioned_docs/version-5.0/10-connect/01RocketMQ Connect Overview.md @@ -20,7 +20,7 @@ RocketMQ Connect是一个独立的的分布式,可伸缩,容错的系统, ##### CDC -CDC作为ETL模式之一,可以近乎实时的捕获增量数据库INSERT、UPDATE,DELETE变化,RocketMQ Connect流试数据传输,具备高可用,低延时等特性,通过Connector很容易实现CDC。 +CDC作为ETL模式之一,可以近乎实时的捕获增量数据库INSERT、UPDATE,DELETE变化,RocketMQ Connect流式数据传输,具备高可用,低延时等特性,通过Connector很容易实现CDC。 ### Connector 部署 @@ -28,7 +28,7 @@ CDC作为ETL模式之一,可以近乎实时的捕获增量数据库INSERT、UP ![RocketMQ Connect任务模型1](../picture/32rocketmq-connect/deploy1.png) -一个Connector也可以同时运行多个任务,提高Connector的并行度,例如下图所示的Hudi Sink Connector有2个任务,每个任务处理不同的分片数据,从而Connector的并行度,进而提高处理性能。 +一个Connector也可以同时运行多个任务,提高Connector的并行度,例如下图所示的Hudi Sink Connector有2个任务,每个任务处理不同的分片数据,从而提高Connector的并行度,进而提高处理性能。 ![RocketMQ Connect任务模型2](../picture/32rocketmq-connect/deploy2.png)