liuxuzxx commented on issue #3369:
URL: https://github.com/apache/rocketmq/issues/3369#issuecomment-925817671
> brokerAddrs":{0:"172.16.16.37:10911"}
地址这里也有冒号,导致解析失败的,将这里的key设置为string,就可以避免这个问题
这个解析失败不是因为 ip地址信息含有冒号,而是因为 0
作为key,不是一个字符串形式,而是一个没有加双引号的数字形式,你如果使用:json.cn这个网站进行验证,会报错,并不是ip地址含有冒号的问题!
--
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]