chore(docs): update shared_subscription_strategy
This commit is contained in:
parent
65ef9c9086
commit
3c52faa55e
|
@ -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 处理来选择订阅者。"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue