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

chore(docs): update shared_subscription_strategy
This commit is contained in:
William Yang 2023-03-31 09:44:12 +02:00 committed by GitHub
commit d9bec63733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1082,8 +1082,8 @@ Supported configurations are the following:
- `round_robin_per_group`:在共享组内循环选择下一个成员; - `round_robin_per_group`:在共享组内循环选择下一个成员;
- `local`:选择随机的本地成员,否则选择随机的集群范围内成员; - `local`:选择随机的本地成员,否则选择随机的集群范围内成员;
- `sticky`:总是使用上次选中的订阅者派发,直到它断开连接; - `sticky`:总是使用上次选中的订阅者派发,直到它断开连接;
- `hash_clientid`使用发送者的 Client ID 进行 Hash 来选择订阅者; - `hash_clientid`通过对发送者的客户端 ID 进行 Hash 处理来选择订阅者;
- `hash_topic`使用源主题进行 Hash 来选择订阅者。""" - `hash_topic`通过对源主题进行 Hash 处理来选择订阅者。"""
} }
} }