Преглед изворни кода

fix(emqx): Add new shared_subscription_strategy atoms to the schema

Fixes: #4808
k32 пре 4 година
родитељ
комит
7f2bb9b4ee
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      priv/emqx.schema

+ 3 - 1
priv/emqx.schema

@@ -2280,7 +2280,9 @@ end}.
     [random, %% randomly pick a subscriber
     [random, %% randomly pick a subscriber
      round_robin, %% round robin alive subscribers one message after another
      round_robin, %% round robin alive subscribers one message after another
      sticky, %% pick a random subscriber and stick to it
      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
     ]}}
     ]}}
 ]}.
 ]}.