dazengelead opened a new issue, #7285:
URL: https://github.com/apache/rocketmq/issues/7285

   ### Before Creating the Enhancement Request
   
   - [X] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   RemotingUtil.string2SocketAddress(addr); 
   
   don't check addr is correct.
   
   
   
   ### Motivation
   
   like this 
   
   The broker[broker-abc, 169.254.112.205:10911] boot success. 
serializeType=JSON and name server is 
xxx.yyy.cxxxx.dddd:9876,aaaa.yyy.cxxxx.dddd:9876
   
   the name server address contains ',' which should use ';', but the console 
says  "The broker[broker-abc, ip:10911] boot success.“
   
   
   ### Describe the Solution You'd Like
   
   check name server addr. if the address is not correcnt , throw a exception 
   
   ### Describe Alternatives You've Considered
   
   don't say The broker[broker-abc, ip:10911] boot success.
   
   print  name serve address is not correct, please fix it 
   
   ### Additional Context
   
   _No response_


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