这些关于emqtt集群的配置项是什么意思?

时间:2018-05-18 04:07:47

标签: mqtt

我希望我的emqtt群集运行良好,因此,我需要一种方法将emqtt服务器放在一起。 关于这些项目,这是什么意思?每一次迭代。我应该填写什么?

现在如果我有两台机器。 emq@192.168.139.111emq@192.168.139.222

cluster.discovery = mcast

----------------------------------------------- ---------------------

具有多播的群集

cluster.mcast.addr = 239.192.0.1

cluster.mcast.ports = 4369,4370

cluster.mcast.iface = 0.0.0.0

cluster.mcast.ttl = 255

cluster.mcast.loop = on

cluster.discovery = dns

----------------------------------------------- ---------------------

具有DNS的群集

cluster.dns.name = localhost

cluster.dns.app  = ekka

cluster.discovery = etcd

----------------------------------------------- ---------------------

带有Etcd的群集

cluster.etcd.server = http://127.0.0.1:2379

cluster.etcd.prefix = emqcl

cluster.etcd.node_ttl = 1m

cluster.discovery = k8s

----------------------------------------------- ---------------------

具有k8s

的群集
cluster.k8s.apiserver = http://10.110.111.204:8080

cluster.k8s.service_name = ekka

地址类型:ip | DNS

cluster.k8s.address_type = ip

Erlang应用程序名称

cluster.k8s.app_name = ekka

0 个答案:

没有答案