My java application uses an Aerospike client to connect to a cluster in the cloud. For some reason the cluster went down and we created a new cluster. My java client has stale connections ( which are still trying to connect to the old cluster). Only an application restart fixed the problem. Is there a way to detect stale connections, drop them and re-establish new connections
After aerospike cluster went down, restarted my application. Expected connections to be automatically re-established