From d1c72b92aff6fe8fc2dde4598a07b181252789e2 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 10da1a0b9..60b576379 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -1895,6 +1895,7 @@ broker.session_locking_strategy = quorum ## Value: Enum ## - random ## - round_robbin +## - sticky ## - hash broker.shared_subscription_strategy = random