aerospike-kubernetes-enterprise
aerospike-kubernetes-enterprise copied to clipboard
XDR Does not update IP addresses of nodes in the other cluster if they change
There are scenarios where the IP address (or the entire nodes) of a cluster might change. The aerospike instances get the list of IP's for the nodes, but do not track any changes. It would be preferable if either the list of IP's had a TTL, or if on failure to connect, it would check for an updated list of IP addresses. The instances currently need to be restarted to get an updated list of IP's to connect to.
While this might not be as important in a less ephemeral, static instance type environment, features as described above become more important moving into kubernetes.