You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en_US/modules/client_tag.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,11 @@ EMQX provides fine-grained rate-limiting strategies per tag, allowing you to con
67
67
| Subscribe Traffic Limit (bytes/s) | Bytes/sec | Limits the message traffic a client can deliver per second. |
68
68
| Maximum QoS Level | 0, 1, 2 | Limits the maximum QoS level that clients can use when publishing or subscribing to messages. |
69
69
70
-
::: tip
70
+
::: tip Note
71
+
72
+
Except for the QoS level limit, if a restriction item is left empty or set to `0`, it means no restriction is applied to that item.
71
73
72
-
If a limit value is empty or set to `0`, that limit is **not applied**.
74
+
For the **Maximum QoS Level**, setting the value to `0` does **not** mean “no restriction.” Instead, it limits the maximum QoS level for publishing and subscribing to QoS 0.
73
75
74
76
:::
75
77
@@ -107,8 +109,12 @@ Under the **Client Tags** tab, all created tags are displayed in a list, includi
107
109
108
110
-**View**: See tag names and the number of currently associated clients.
109
111
-**Create**: Click **Add** to add new tags and configure rate-limiting policies. For detailed configuration descriptions, see [Configurable Limits](#configurable-limits).
110
-
-**Manage**: Edit rate-limiting strategies or view the client list under a tag by clicking the **View Client List** button.
111
-
-**Delete**: Delete a tag that is no longer needed.
112
+
-**Manage**: Edit the rate-limiting policies of an existing tag, or click **View Client List** to check all clients associated with that tag .
113
+
114
+
Once the rate limiting policy is modified, all clients under this tag will automatically update and apply the new configuration at the next rate limiting check.
115
+
-**Delete**: Delete a tag that is no longer needed.
116
+
117
+
After deletion, all clients previously associated with this tag will be reassigned to the `default` tag and immediately apply the rate limiting policy of the `default` tag.
0 commit comments