You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2019/07/15 06:13:52 UTC

[rocketmq] branch revert-1320-patch-2 created (now 576cd24)

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

duhengforever pushed a change to branch revert-1320-patch-2
in repository https://gitbox.apache.org/repos/asf/rocketmq.git.


      at 576cd24  Revert "文档排版错误 (#1320)"

This branch includes the following new commits:

     new 576cd24  Revert "文档排版错误 (#1320)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[rocketmq] 01/01: Revert "文档排版错误 (#1320)"

Posted by du...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch revert-1320-patch-2
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 576cd24db5e170e9761f00778ca319269cb268d9
Author: Heng Du <du...@gmail.com>
AuthorDate: Mon Jul 15 14:13:48 2019 +0800

    Revert "文档排版错误 (#1320)"
    
    This reverts commit 092a639528a99b4639438059a9c684281f428c32.
---
 docs/cn/features.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/features.md b/docs/cn/features.md
index 859e0f8..1c0456b 100644
--- a/docs/cn/features.md
+++ b/docs/cn/features.md
@@ -12,7 +12,7 @@
 - 分区顺序
 对于指定的一个 Topic,所有消息根据 sharding key 进行区块分区。 同一个分区内的消息按照严格的 FIFO 顺序进行发布和消费。 Sharding key 是顺序消息中用来区分不同分区的关键字段,和普通消息的 Key 是完全不同的概念。
 适用场景:性能要求高,以 sharding key 作为分区字段,在同一个区块中严格的按照 FIFO 原则进行消息发布和消费的场景。
-## 3 消息过滤
+##3 消息过滤
 RocketMQ的消费者可以根据Tag进行消息过滤,也支持自定义属性过滤。消息过滤目前是在Broker端实现的,优点是减少了对于Consumer无用消息的网络传输,缺点是增加了Broker的负担、而且实现相对复杂。
 ## 4 消息可靠性
 RocketMQ支持消息的高可靠,影响消息可靠性的几种情况: