KevinWang12138 commented on issue #6015:
URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-1529035152

   I meet this problem too, but my situtation is the broker and nameServer run 
on my Cloud Server, and Client run on my MAC. The problem appear beacuse the 
broker send the intranet address to nameServer, so my MAC cannot connect it.
   
   The way I solve the problem is I add these to the 'broker.conf'--
   brokerIP1=*.*.*.*
   brokerIP2=*.*.*.*
   namesrvAddr=localhost:9876
   
   
   and you should change *.*.*.* to your public address.
   
   To know more detail infomation, please check this blog from chinese 
website:https://blog.csdn.net/jpf254/article/details/80748021
   
   I dont know the final reason why that can solve the problem, I need to see 
the source code!


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

Reply via email to