rocketmq-client-go
rocketmq-client-go copied to clipboard
failed to dial tcp when the broker addr is ipv6
Like the title said, error is "too many colons in address", this is a common issue. A literal IPv6 address in hostport must be enclosed in square brackets
logs as follow
os: linux client version: v2.1.2
The pr for fixing the issue https://github.com/apache/rocketmq-client-go/pull/1216/commits