From b18097375cad87379b9df13b98e0cf268cd131c5 Mon Sep 17 00:00:00 2001 From: ieQu1 <99872536+ieQu1@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:26:44 +0200 Subject: [PATCH] docs(emqx_connector): Remove mentions of cluster_singleton Fixes: 8339 --- .../i18n/emqx_connector_mqtt_schema.conf | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/apps/emqx_connector/i18n/emqx_connector_mqtt_schema.conf b/apps/emqx_connector/i18n/emqx_connector_mqtt_schema.conf index ae4c2ad1d..c9f227383 100644 --- a/apps/emqx_connector/i18n/emqx_connector_mqtt_schema.conf +++ b/apps/emqx_connector/i18n/emqx_connector_mqtt_schema.conf @@ -2,11 +2,8 @@ emqx_connector_mqtt_schema { mode { desc { en: """ -The mode of the MQTT Bridge. Can be one of 'cluster_singleton' or 'cluster_shareload'
+The mode of the MQTT Bridge.
-- cluster_singleton: create a unique MQTT connection within the emqx cluster.
-In 'cluster_singleton' node, all messages toward the remote broker go through the same -MQTT connection.
- cluster_shareload: create an MQTT connection on each node in the emqx cluster.
In 'cluster_shareload' mode, the incoming load from the remote broker is shared by using shared subscription.
@@ -15,10 +12,7 @@ clientid conflicts between different nodes. And we can only use shared subscript topic filters for 'remote_topic' of ingress connections. """ zh: """ -MQTT 桥的模式。 可用的类型有“cluster_singleton”,“cluster_shareload”。
- -- cluster_singleton:在 emqx 集群内创建唯一的 MQTT 连接。
-在“cluster_singleton”节点中,所有发往远程代理的消息都通过相同的MQTT 连接。
+MQTT 桥的模式。
- cluster_shareload:在 emqx 集群的每个节点上创建一个 MQTT 连接。
在“cluster_shareload”模式下,来自远程代理的传入负载通过共享订阅的方式接收。