From 7f2bb9b4ee5d635f341c74affb9541ff18208b09 Mon Sep 17 00:00:00 2001 From: k32 <10274441+k32@users.noreply.github.com> Date: Fri, 14 May 2021 09:45:46 +0200 Subject: [PATCH] fix(emqx): Add new shared_subscription_strategy atoms to the schema Fixes: #4808 --- priv/emqx.schema | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/priv/emqx.schema b/priv/emqx.schema index aee2fddc6..e5c58f216 100644 --- a/priv/emqx.schema +++ b/priv/emqx.schema @@ -2280,7 +2280,9 @@ end}. [random, %% randomly pick a subscriber round_robin, %% round robin alive subscribers one message after another sticky, %% pick a random subscriber and stick to it - hash %% hash client ID to a group member + hash, %% hash client ID to a group member + hash_clientid, + hash_topic ]}} ]}.