Hi, I have a question regarding the client behaviour when I pass in the hostname of a kubernetes headless service.
I am using java client version 5.1.11
Since the headless service should resolve to all the backing pod ip addresses, does that mean that the java aerospike client will create multiple connections, one to each aerospike pod?
Also, (this was a more general question), but in the case of a connection failure to one ip, does the aerospike java client do any fallback to the other ips in the pool? Or is the pooling only used in the initial connection step (ie connect to any ip in the pool, then forget the rest of the ips).
Any info is appreciated, thanks!