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 2021/05/19 05:28:55 UTC

[rocketmq] branch pop_consumer updated: Fix comment for ci

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

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


The following commit(s) were added to refs/heads/pop_consumer by this push:
     new e22f9d5  Fix comment for ci
     new d98192b  Merge pull request #2908 from duhenglucky/duheng_pop_consumer
e22f9d5 is described below

commit e22f9d5819df629b0476bd34f8ca3581843239fc
Author: duhenglucky <du...@apache.org>
AuthorDate: Wed May 19 13:27:22 2021 +0800

    Fix comment for ci
---
 .../main/java/org/apache/rocketmq/example/simple/PopPushConsumer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/src/main/java/org/apache/rocketmq/example/simple/PopPushConsumer.java b/example/src/main/java/org/apache/rocketmq/example/simple/PopPushConsumer.java
index 0197ffe..4b737f7 100644
--- a/example/src/main/java/org/apache/rocketmq/example/simple/PopPushConsumer.java
+++ b/example/src/main/java/org/apache/rocketmq/example/simple/PopPushConsumer.java
@@ -32,7 +32,7 @@ public class PopPushConsumer {
     public static final String CONSUMER_GROUP = "CID_JODIE_1";
     public static final String TOPIC = "TopicTest";
 
-    // Or it can use cli directly: mqadmin setConsumeMode -c cluster -t topic -g group -m POP -n 8
+    // Or use AdminTools directly: mqadmin setConsumeMode -c cluster -t topic -g group -m POP -n 8
     private static void switchPop() throws Exception {
         DefaultMQAdminExt mqAdminExt = new DefaultMQAdminExt();
         mqAdminExt.start();