Open
Description
Problem
Currently bookie doesn't handle ipv6 ip address very well. when a bookie advertises itself, it might put an ipv6 address with bookie port, the ipAddress:port pair will be recorded in formats like xxxx:a06:ttttf1:fef:0:yyyy:3181
, which will fail the client parsing. we need to make sure when bookie advertising ipv6 ip address, it put []
into the ip address and client are able to parsing that format.
Related Issue: apache/pulsar#1953