yuluo-yx opened a new issue, #10834: URL: https://github.com/apache/rocketmq/issues/10834
RemotingHelper.parseHostFromAddress splits addresses on every colon. For a bracketed IPv6 broker address such as [2001:db8::1]:10911 it returns [2001 instead of the host. This value is used when preparing HA connection notifications. Expected behavior: return the full IPv6 host without brackets while preserving existing IPv4 behavior. -- 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]
