dns_cluster icon indicating copy to clipboard operation
dns_cluster copied to clipboard

Simple DNS clustering for distributed Elixir nodes

Results 6 dns_cluster issues
Sort by recently updated
recently updated
newest added

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...

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...