Merge pull request #4809 from k32/fix-strategy-schema

fix(emqx): Add new shared_subscription_strategy atoms to the schema
This commit is contained in:
k32 2021-05-14 10:17:39 +02:00 committed by GitHub
commit 1a54e53885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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
]}}
]}.