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

duhengforever pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b2faa6a7 Modify the wrong words
     new 59298c664 Merge pull request #4632 from IsaacSoe/patch-2
4b2faa6a7 is described below

commit 4b2faa6a703e91e7c588c37f7c14490295ed2df6
Author: IsaacSoe <93118964+isaac...@users.noreply.github.com>
AuthorDate: Tue Jul 19 11:59:50 2022 +0800

    Modify the wrong words
    
    Modify the wrong words
---
 docs/cn/design.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/design.md b/docs/cn/design.md
index e2623c9c5..9307fed60 100644
--- a/docs/cn/design.md
+++ b/docs/cn/design.md
@@ -40,7 +40,7 @@ RocketMQ消息队列集群主要包括NameServer、Broker(Master/Slave)、Produc
 
 (3) 
消息生产者Producer根据2)中获取的路由信息选择一个队列(MessageQueue)进行消息发送;Broker作为消息的接收者接收消息并落盘存储。
 
-(4) 消息消费者Consumer根据2)中获取的路由信息,并再完成客户端的负载均衡后,选择其中的某一个或者某几个消息队列来拉取消息并进行消费。
+(4) 消息消费者Consumer根据2)中获取的路由信息,并在完成客户端的负载均衡后,选择其中的某一个或者某几个消息队列来拉取消息并进行消费。
 
 从上面1)~3)中可以看出在消息生产者, 
Broker和NameServer之间都会发生通信(这里只说了MQ的部分通信),因此如何设计一个良好的网络通信模块在MQ中至关重要,它将决定RocketMQ集群整体的消息传输能力与最终的性能。
 

Reply via email to