Skip to content

Commit 13341bc

Browse files
authored
Merge pull request #122303 from george-guirguis/patch-7
Update limits.md to add in-flight limits
2 parents cdfaac7 + 332c32a commit 13341bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/event-grid/includes/limits.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,14 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
4444
| Inbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
4545
| Inbound MQTT publishing requests per session | 100 messages per second |
4646
| 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 |
4749
| Outbound MQTT publishing requests per Event Grid namespace | 1,000 messages per second per TU |
4850
| Outbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
4951
| Outbound MQTT publishing requests per session| 100 messages per second |
5052
| 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 |
5155
| Max message size | 512 KB |
5256
| Segments per topic/ topic filter | 8 |
5357
| Topic size | 256 B |
@@ -72,6 +76,8 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
7276
| Topic templates | 10 per topic space |
7377
| Permission bindings | 100 |
7478

79+
\* For MQTTv5, learn more about [flow control support](../mqtt-support.md#flow-control).
80+
7581
## Events limits in Event Grid namespace
7682

7783
The following limits apply to events in Azure Event Grid namespace resource.

0 commit comments

Comments
 (0)