Hi,
how can I enable hostname resolution for static node discovery? I would like to replace IP addresses by hostnames as in the example configuration below.
<cluster>
<enabled>true</enabled>
<transport>
<tcp>
<bind-address>node-1.domain.com</bind-address>
<bind-port>7800</bind-port>
</tcp>
</transport>
<discovery>
<static>
<node>
<host>node-1.domain.com</host>
<port>7800</port>
</node>
<node>
<host>node-2.domain.com</host>
<port>7800</port>
</node>
</static>
</discovery>
</cluster>
Best regards,
Tarik