This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch 5.0.0-beta
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/5.0.0-beta by this push:
new 62092e71d Minor fix
62092e71d is described below
commit 62092e71dce115c2110d2785eea922fc79551c62
Author: Li Zhanhui <[email protected]>
AuthorDate: Wed Apr 20 11:05:26 2022 +0800
Minor fix
---
.../main/java/org/apache/rocketmq/apis/consumer/PushConsumer.java | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git
a/apis/src/main/java/org/apache/rocketmq/apis/consumer/PushConsumer.java
b/apis/src/main/java/org/apache/rocketmq/apis/consumer/PushConsumer.java
index de8da0b38..f56d353c7 100644
--- a/apis/src/main/java/org/apache/rocketmq/apis/consumer/PushConsumer.java
+++ b/apis/src/main/java/org/apache/rocketmq/apis/consumer/PushConsumer.java
@@ -26,9 +26,8 @@ import java.util.Map;
/**
* PushConsumer is a managed client which delivers messages to application
through {@link MessageListener}.
*
- * <p>Consumers of the same group are designed to share messages from server.
As a result, consumers of the same group
- * must have <strong></strong>exactly identical subscription
expressions</strong>, otherwise the behavior is undefined.
- *
+ * <p>Consumers of the same group are designed to share messages from broker
servers. As a result, consumers of the same
+ * group must have <strong>exactly identical subscription
expressions</strong>, otherwise the behavior is undefined.
*
* <p>For a brand-new group, consumers consume messages from head of
underlying queues, ignoring existing messages
* completely. In addition to delivering messages to clients, broker servers
also maintain progress in perspective of