HScarb commented on code in PR #4560:
URL: https://github.com/apache/rocketmq/pull/4560#discussion_r913885497
##########
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:
If you've already uncommented the line, you'd better change the content in
the comment
--
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]