From 6350337d1d42440857aac51ae7214b86804ba185 Mon Sep 17 00:00:00 2001 From: turtled Date: Sat, 22 Jul 2017 10:09:53 +0800 Subject: [PATCH] Set cluster.discovery default by mcast --- etc/emq.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emq.conf b/etc/emq.conf index cf33692db..0dac74c77 100644 --- a/etc/emq.conf +++ b/etc/emq.conf @@ -11,7 +11,7 @@ cluster.name = emqcl ## Cluster discovery strategy: manual | static | mcast | dns | etcd | k8s -cluster.discovery = etcd +cluster.discovery = mcast ## Cluster Autoheal: on | off cluster.autoheal = on