File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
articles/event-grid/includes Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,14 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
44
44
| Inbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
45
45
| Inbound MQTT publishing requests per session | 100 messages per second |
46
46
| Inbound MQTT bandwidth per session | 1 MB per second |
47
+ | Inbound in-flight MQTT messages* | 100 messages |
48
+ | Inbound in-flight MQTT bandwidth* | 64 KB |
47
49
| Outbound MQTT publishing requests per Event Grid namespace | 1,000 messages per second per TU |
48
50
| Outbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
49
51
| Outbound MQTT publishing requests per session| 100 messages per second |
50
52
| Outbound MQTT bandwidth per session | 1 MB per second |
53
+ | Outbound in-flight MQTT messages* | 100 messages |
54
+ | Outbound in-flight MQTT bandwidth* | 64 KB |
51
55
| Max message size | 512 KB |
52
56
| Segments per topic/ topic filter | 8 |
53
57
| Topic size | 256 B |
@@ -72,6 +76,8 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
72
76
| Topic templates | 10 per topic space |
73
77
| Permission bindings | 100 |
74
78
79
+ \* For MQTTv5, learn more about [ flow control support] ( ../mqtt-support.md#flow-control ) .
80
+
75
81
## Events limits in Event Grid namespace
76
82
77
83
The following limits apply to events in Azure Event Grid namespace resource.
You can’t perform that action at this time.
0 commit comments