chore(docs): update shared_subscription_strategy

This commit is contained in:
William Yang 2023-03-30 13:32:45 +02:00
parent 65ef9c9086
commit 3c52faa55e
1 changed files with 2 additions and 2 deletions

View File

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