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/10/29 12:50:41 UTC

[rocketmq] branch develop updated: modify docs-cn description error

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

duhengforever 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 71a57f5  modify docs-cn description error
     new fde3f32  Merge pull request #1553 from lwl888/rocketmq-dev-fs
71a57f5 is described below

commit 71a57f5033de5212e3329eaa20ddf6f092925e05
Author: lwl <l1...@163.com>
AuthorDate: Fri Oct 25 07:48:12 2019 +0800

    modify docs-cn description error
---
 docs/cn/README      | 0
 docs/cn/features.md | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/cn/README b/docs/cn/README
new file mode 100644
index 0000000..e69de29
diff --git a/docs/cn/features.md b/docs/cn/features.md
index 859e0f8..e7b6386 100644
--- a/docs/cn/features.md
+++ b/docs/cn/features.md
@@ -16,7 +16,7 @@
 RocketMQ的消费者可以根据Tag进行消息过滤,也支持自定义属性过滤。消息过滤目前是在Broker端实现的,优点是减少了对于Consumer无用消息的网络传输,缺点是增加了Broker的负担、而且实现相对复杂。
 ## 4 消息可靠性
 RocketMQ支持消息的高可靠,影响消息可靠性的几种情况:
-1) Broker正常关闭
+1) Broker非正常关闭
 2) Broker异常Crash
 3) OS Crash
 4) 机器掉电,但是能立即恢复供电情况