From a36a4943735528f9b545352e8d574a3a0e32b356 Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Tue, 22 Feb 2022 14:05:29 +0100 Subject: [PATCH] docs(cluster): Fix some definitions --- apps/emqx_conf/src/emqx_conf_schema.erl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/emqx_conf/src/emqx_conf_schema.erl b/apps/emqx_conf/src/emqx_conf_schema.erl index 11afd497c..0e759d792 100644 --- a/apps/emqx_conf/src/emqx_conf_schema.erl +++ b/apps/emqx_conf/src/emqx_conf_schema.erl @@ -138,8 +138,8 @@ fields("cluster") -> })} , {"static", sc(ref(cluster_static), - #{ desc => "Static service discovery mechanism, when all the nodes are known - in advance." + #{ desc => "Service discovery via static nodes. The new node joins the cluster by connecting + to one of the bootstrap nodes." })} , {"mcast", sc(ref(cluster_mcast), @@ -177,12 +177,12 @@ fields(cluster_mcast) -> sc(hoconsc:array(integer()), #{ default => [4369, 4370] , desc => "List of UDP ports used for service discovery.
-Note: probe messages are broadcasted to all the specified ports." +Note: probe messages are broadcast to all the specified ports." })} , {"iface", sc(string(), #{ default => "0.0.0.0" - , desc => "IPv4 interface address." + , desc => "Local IP address the node discovery service needs to bind to." })} , {"ttl", sc(range(0, 255), @@ -254,7 +254,7 @@ fields(cluster_k8s) -> , {"service_name", sc(string(), #{ default => "emqx" - , desc => "EMQX service name." + , desc => "EMQX broker service name." })} , {"address_type", sc(hoconsc:enum([ip, dns, hostname]),