浏览代码

Merge pull request #10284 from qzhuyan/docs/william/shared-subs

chore(docs): update shared_subscription_strategy
William Yang 3 年之前
父节点
当前提交
d9bec63733
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      apps/emqx/i18n/emqx_schema_i18n.conf

+ 2 - 2
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 处理来选择订阅者。"""
         }
     }