Skip to content

Commit b330d40

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into endpoint
2 parents 47715dd + 63fcb69 commit b330d40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/event-hubs/event-hubs-faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@ You may want to start with low throughput units (TUs), for example, 2 TUs. If yo
155155
There's **no cost** associated with this feature.
156156
157157
### How are throughput limits enforced?
158-
If the total ingress throughput or the total ingress event rate across all event hubs in a namespace exceeds the aggregate throughput unit allowances, senders are throttled and receive errors indicating that the ingress quota has been exceeded.
158+
If the total **ingress** throughput or the total ingress event rate across all event hubs in a namespace exceeds the aggregate throughput unit allowances, senders are throttled and receive errors indicating that the ingress quota has been exceeded.
159159
160-
If the total egress throughput or the total event egress rate across all event hubs in a namespace exceeds the aggregate throughput unit allowances, receivers are throttled and receive errors indicating that the egress quota has been exceeded. Ingress and egress quotas are enforced separately, so that no sender can cause event consumption to slow down, nor can a receiver prevent events from being sent into an event hub.
160+
If the total **egress** throughput or the total event egress rate across all event hubs in a namespace exceeds the aggregate throughput unit allowances, receivers are throttled but no throttling errors are generated.
161+
162+
Ingress and egress quotas are enforced separately, so that no sender can cause event consumption to slow down, nor can a receiver prevent events from being sent into an event hub.
161163
162164
### Is there a limit on the number of throughput units (TUs) that can be reserved/selected?
163165
On a multi-tenant offering, throughput units can grow up to 40 TUs (you can select up to 20 TUs in the portal, and raise a support ticket to raise it to 40 TUs on the same namespace). Beyond 40 TUs, Event Hubs offers the resource/capacity-based model called the **Event Hubs Dedicated clusters**. Dedicated clusters are sold in Capacity Units (CUs).

0 commit comments

Comments
 (0)