Browse Source

Add 'sticky' dispatch strategy for shared subscription

HuangDan 7 years ago
parent
commit
d1c72b92af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      etc/emqx.conf

+ 1 - 0
etc/emqx.conf

@@ -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