Hazelcast connection
Hello,
Below is what we see as the recommended setting in the documentation for connecting to clustering service from pega nodes. We are trying to externalize the backing services. Hazelcast is deployed externally on EKS. We are trying to connect to this clustering service from a VM Based deployment (beanstalk).
Is there a way to specify the service(K8S) DNS Name instead of the ips here in this setting below to facilitate connectivity?
If so, what are pre-requisites if any for this connectivity to work as expected?
<env name="cluster/clientserver/serveraddress" value="ipOfHazelcastServer1:port,ipOfHazelcastServer2:port,ipOfHazelcastServer3:port" />