I have followed the steps in the documentation to set up "Quorum TLS" for encrypted communication between ZooKeeper nodes. ( https://zookeeper.apache.org/doc/r3.6.3/zookeeperAdmin.html#Quorum+TLS )
Now, I am looking to change the hostname that a ZooKeeper node presents to other ZooKeeper nodes. For example, my server's /etc/hostname is 'my-server' but I want the ZooKeeper instance running on that server to use another hostname instead (e.g. 'zoo1'). Is this possible?
