liuxuzxx commented on issue #3369:
URL: https://github.com/apache/rocketmq/issues/3369#issuecomment-925830058


   > brokerAddrs":{0:"172.16.16.37:10911"} 
地址这里也有冒号,导致解析失败的,将这里的key设置为string,就可以避免这个问题
   
   看了下:https://www.json.org/json-en.html 
(不知道是不是JSON最权威的定义),看到里面倒并没有明确的说明key必须是字符串,不过go自己的json包处理不了这个,只能另谋他路了!


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