diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-10-25 17:50:02 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-10-25 17:50:02 +0300 |
| commit | 672d0c156b036047010feda8ba787bbad4c699e9 (patch) | |
| tree | 8835f6721c894a1f0ee31d89f8ac83b900a32958 /docs | |
| parent | 3ad0b674caaa7a898f525933590acfd4f0d99d3c (diff) | |
| download | rabbitmq-server-git-672d0c156b036047010feda8ba787bbad4c699e9.tar.gz | |
Initial DNS backend config schema support; decouple autocluster node type key
Since node type won't vary from backend to backend we should pull it up
to `autocluster.node_type`.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.conf.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index f03145b447..9de81548b6 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -312,9 +312,14 @@ # autocluster.classic_config.nodes.node3 = rabbit3@hostname # autocluster.classic_config.nodes.node4 = rabbit4@hostname +## DNS-based peer discovery. This backend will list A records +## of the configured hostname and perform reverse lookups for +## the addresses returned. +# autocluster.dns.hostname = "rabbitmq.discovery.mycompany.local" + ## This node's type can be configured. If you are not sure ## what node type to use, always use 'disc'. -# autocluster.classic_config.node_type = disc +# autocluster.node_type = disc ## Interval (in milliseconds) at which we send keepalive messages ## to other cluster members. Note that this is not the same thing |
