dns_cluster
dns_cluster copied to clipboard
Simple DNS clustering for distributed Elixir nodes
This PR extends the API to allow for a list of DNS queries. This is useful if you have multiple services that you want to cluster together
Would you be willing to entertain supporting SRV records so hostnames are used for the node connections instead of IP addresses? There is no use for the priority field in...
For example lets say you typo'd the DNS cluster address.
I tried getting dns_cluster working with FQDNs, however the discovery always fails when I set a FQDN in the `RELEASE_NODE` env with the error message `Cannot get connection id for...
This PR adds a new option `address_type` which can be `:ip` (default) or `:hostname` to control whether to connect to other nodes via their ip address or hostname. The resolver...