Just use the fqdn of each instance in zoo.cfg. For example: server.1=zk-1.example.local:2888:3888 server.2=zk-2.example.local:2888:3888 server.3=zk-3.example.local:2888:3888
On Fri, Jul 6, 2018 at 3:03 PM Sushant Vengurlekar < svengurle...@curvolabs.com> wrote: > I want to use a FQDN of each of the zookeeper instances instead of the IP > address in the zookeeper config. has anyone done this before and can point > to some examples. > Thank you > -- Vincenzo D'Amore