vertx-redis-client icon indicating copy to clipboard operation
vertx-redis-client copied to clipboard

Issues/cluster from dns

Open pmlopes opened this issue 3 years ago • 2 comments

Motivation:

Cluster deployments that use the DNS to announce the initial set of servers composing the cluster can now be discovered by the cluster client instead of requiring users to specify the initial list of servers.

This is the case of AWS memoryDB for example.

pmlopes avatar Oct 15 '22 12:10 pmlopes

Could this be helpful when using ElastiCache cluster with configuration endpoint?

OmerShemesh avatar Apr 09 '23 10:04 OmerShemesh

@OmerShemesh yes, AWS exposes the full cluster nodes in the DNS record of the service, recently they also have support for custom authentication using IAM. This PR is a start prototype to collect the cluster endpoints from the DNS but isn't finished. It should also be guarded by a flag to avoid extra startup delays.

pmlopes avatar Apr 09 '23 11:04 pmlopes