Add 'sticky' dispatch strategy for shared subscription
This commit is contained in:
parent
760ea69193
commit
ba929347d5
|
@ -1885,6 +1885,7 @@ broker.session_locking_strategy = quorum
|
||||||
## Value: Enum
|
## Value: Enum
|
||||||
## - random
|
## - random
|
||||||
## - round_robbin
|
## - round_robbin
|
||||||
|
## - sticky
|
||||||
## - hash
|
## - hash
|
||||||
broker.shared_subscription_strategy = random
|
broker.shared_subscription_strategy = random
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue