Dios314 commented on code in PR #4403:
URL: https://github.com/apache/rocketmq/pull/4403#discussion_r888868823
##########
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:
but it is a documention wrote in Chinese.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]