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