Open pmlopes opened 2 years ago
Could this be helpful when using ElastiCache cluster with configuration endpoint?
@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.
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.