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/07/06 00:52:26 UTC

[GitHub] [rocketmq] Dios314 commented on a diff in pull request #4560: Make nameServerAddr default.

Dios314 commented on code in PR #4560:
URL: https://github.com/apache/rocketmq/pull/4560#discussion_r914311752


##########
example/src/main/java/org/apache/rocketmq/example/quickstart/Consumer.java:
##########
@@ -50,7 +50,7 @@ public static void main(String[] args) throws InterruptedException, MQClientExce
          * </pre>
          */
         // Uncomment the following line while debugging, namesrvAddr should be set to your local address
-//        consumer.setNamesrvAddr(DEFAULT_NAMESRVADDR);
+        consumer.setNamesrvAddr(DEFAULT_NAMESRVADDR);

Review Comment:
   thks.I missed that.



-- 
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