From ba929347d5b3a66d1f0e5c4b312792d2012c18c3 Mon Sep 17 00:00:00 2001 From: HuangDan Date: Thu, 27 Sep 2018 10:46:14 +0800 Subject: [PATCH] Add 'sticky' dispatch strategy for shared subscription --- etc/emqx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/emqx.conf b/etc/emqx.conf index ca5786320..54a3eff6f 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -1885,6 +1885,7 @@ broker.session_locking_strategy = quorum ## Value: Enum ## - random ## - round_robbin +## - sticky ## - hash broker.shared_subscription_strategy = random