Add 'sticky' dispatch strategy for shared subscription

This commit is contained in:
HuangDan 2018-09-27 10:46:14 +08:00
parent db520b9b94
commit d1c72b92af
1 changed files with 1 additions and 0 deletions

View File

@ -1895,6 +1895,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