chore: refine i18n doc punctuation
This commit is contained in:
parent
d147299e23
commit
afd29b69c4
|
@ -1079,11 +1079,11 @@ Supported configurations are the following:
|
|||
zh: """共享订阅消息派发策略。
|
||||
- `random`:随机挑选一个共享订阅者派发;
|
||||
- `round_robin`:使用 round-robin 策略派发;
|
||||
- `round_robin_per_group`: 在共享组内循环选择下一个成员;
|
||||
- `local`: 选择随机的本地成员,否则选择随机的集群范围内成员;
|
||||
- `round_robin_per_group`:在共享组内循环选择下一个成员;
|
||||
- `local`:选择随机的本地成员,否则选择随机的集群范围内成员;
|
||||
- `sticky`:总是使用上次选中的订阅者派发,直到它断开连接;
|
||||
- `hash_clientid`:使用发送者的 Client ID 进行 Hash 来选择订阅者;
|
||||
- `hash_topic`: 使用源主题进行 Hash 来选择订阅者。"""
|
||||
- `hash_topic`:使用源主题进行 Hash 来选择订阅者。"""
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue