From 3c52faa55e8f69c7032458cb135f442594c9b18f Mon Sep 17 00:00:00 2001 From: William Yang Date: Thu, 30 Mar 2023 13:32:45 +0200 Subject: [PATCH] chore(docs): update shared_subscription_strategy --- apps/emqx/i18n/emqx_schema_i18n.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/emqx/i18n/emqx_schema_i18n.conf b/apps/emqx/i18n/emqx_schema_i18n.conf index 6f926ec39..71a008ca3 100644 --- a/apps/emqx/i18n/emqx_schema_i18n.conf +++ b/apps/emqx/i18n/emqx_schema_i18n.conf @@ -1082,8 +1082,8 @@ Supported configurations are the following: - `round_robin_per_group`:在共享组内循环选择下一个成员; - `local`:选择随机的本地成员,否则选择随机的集群范围内成员; - `sticky`:总是使用上次选中的订阅者派发,直到它断开连接; - - `hash_clientid`:使用发送者的 Client ID 进行 Hash 来选择订阅者; - - `hash_topic`:使用源主题进行 Hash 来选择订阅者。""" + - `hash_clientid`:通过对发送者的客户端 ID 进行 Hash 处理来选择订阅者; + - `hash_topic`:通过对源主题进行 Hash 处理来选择订阅者。""" } }