hazelcast-go-client
hazelcast-go-client copied to clipboard
Make client work when addresses configured via different interface than members
Clients and members were forced to configure the same interface when adding a member address to config.
https://github.com/hazelcast/hazelcast/pull/14104 With this prd on the java side, we have relaxed the rules. As long as hostnames are resolved to the same IP when DNS lookup made on the client side following setups are allowed.
- Member hostname <-> client different hostname
- Member ip <-> client different hostname
- Member hostname <-> client ip
Same needs to be applied to go client