You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/02 11:03:52 UTC

[GitHub] [rocketmq] li-xiao-shuang commented on a diff in pull request #4403: Something in docs may cause confusion

li-xiao-shuang commented on code in PR #4403:
URL: https://github.com/apache/rocketmq/pull/4403#discussion_r887830077


##########
docs/cn/RocketMQ_Example.md:
##########
@@ -440,6 +440,8 @@ public class ScheduledMessageConsumer {
    public static void main(String[] args) throws Exception {
       // 实例化消费者
       DefaultMQPushConsumer consumer = new DefaultMQPushConsumer("ExampleConsumer");
+      // 设置NameServer的地址
+      consumer.setNamesrvAddr("localhost:9876");

Review Comment:
   > It is better to annotate in English
   
   agree



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org