You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/02/26 02:25:56 UTC

[rocketmq] branch develop updated: [RIP-9] Modify the wrong architecture diagram. (#891)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new e12dde5  [RIP-9] Modify the wrong architecture diagram. (#891)
e12dde5 is described below

commit e12dde5ec9c87e55364f1ffb4c6963b53dc8f0e2
Author: 嘿,! <ru...@along.wang>
AuthorDate: Tue Feb 26 10:25:52 2019 +0800

    [RIP-9] Modify the wrong architecture diagram. (#891)
---
 docs/cn/architecture.md                   |   1 -
 docs/cn/image/rocketmq_architecture_1.png | Bin 46292 -> 377784 bytes
 2 files changed, 1 deletion(-)

diff --git a/docs/cn/architecture.md b/docs/cn/architecture.md
index 51d8a0f..12493a6 100644
--- a/docs/cn/architecture.md
+++ b/docs/cn/architecture.md
@@ -5,7 +5,6 @@
 
 RocketMQ架构上主要分为四部分,如上图所示:
 
-
 - Producer:消息发布的角色,支持分布式集群方式部署。Producer通过MQ的负载均衡模块选择相应的Broker集群队列进行消息投递,投递的过程支持快速失败并且低延迟。
 
 - Consumer:消息消费的角色,支持分布式集群方式部署。支持以push推,pull拉两种模式对消息进行消费。同时也支持集群方式和广播方式的消费,它提供实时消息订阅机制,可以满足大多数用户的需求。
diff --git a/docs/cn/image/rocketmq_architecture_1.png b/docs/cn/image/rocketmq_architecture_1.png
index 548c875..b8120b2 100644
Binary files a/docs/cn/image/rocketmq_architecture_1.png and b/docs/cn/image/rocketmq_architecture_1.png differ