Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to limit max subscriptions per user #2908
Comments
This comment has been minimized.
This comment has been minimized.
It only limits max count topics per user on the specified zone (i.g: After reviewing codes, it not works on the current version (3.2.3). I'll try to fix it later |
This comment has been minimized.
This comment has been minimized.
Thanks for your feedback, we have fixed it in v3.2.4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Description
I am trying to limit max subscriptions per user, l could find 'zone.external.max_subscriptions' in the emqx.conf file, however I cant figure out whether this is for a particular user or for all the users. How can I do it for user or mountpoint basis? Can I configure this parameter for a particular mountpoint or user? And how?