This is an automated email from the ASF dual-hosted git repository.
caigy 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 a655ff3b6 Update 06consumertype.md (#364)
a655ff3b6 is described below
commit a655ff3b65ce5bcd6a6f9677c50cb88ab1b76f96
Author: Peng JiaJun <[email protected]>
AuthorDate: Mon Nov 14 14:21:58 2022 +0800
Update 06consumertype.md (#364)
---
versioned_docs/version-5.0/04-featureBehavior/06consumertype.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-5.0/04-featureBehavior/06consumertype.md
b/versioned_docs/version-5.0/04-featureBehavior/06consumertype.md
index 9fe5055c3..b3a706a4b 100644
--- a/versioned_docs/version-5.0/04-featureBehavior/06consumertype.md
+++ b/versioned_docs/version-5.0/04-featureBehavior/06consumertype.md
@@ -1,6 +1,6 @@
# 消费者分类
-Apache RocketMQ 支持 PushConsumer 、 SimpleConsumer 以及 PullConsumer
这三种类型的消费者,本文分别从使用方式、实现原理、可靠性重试和适用场景等方面为您介绍这两种类型的消费者。
+Apache RocketMQ 支持 PushConsumer 、 SimpleConsumer 以及 PullConsumer
这三种类型的消费者,本文分别从使用方式、实现原理、可靠性重试和适用场景等方面为您介绍这三种类型的消费者。
## 背景信息