You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can probably use DNS clustering with Consul.
If all your nodes register with consul using the service name emqx the following config should work:
## Cluster discovery
cluster.discovery = dns
## Setup the domain name for cluster
cluster.dns.name = emqx.service.consul
## Setup the first part of node name
cluster.dns.app = emqx
any plans to add support for emqx autocluster via consul.io?
or maybe there is some workaround to achieve emqx peer discovery with consul.io
The text was updated successfully, but these errors were encountered: