About Event Hubs TU's and Hubs

Jona 905 Reputation points
2025-08-11T14:55:58.9433333+00:00

Hi,

I was wondering how Hubs map to TU's in an Event Hubs Namespace. Let's supose I have two Hubs in the namespace, and namespace with two TU's

Does it implies that each Hub has one TU's? or how is the mapping?

Regards

Azure Event Hubs
0 comments No comments
{count} votes

Accepted answer
  1. Smaran Thoomu 28,310 Reputation points Microsoft External Staff Moderator
    2025-08-11T18:07:24.0633333+00:00

    Hi Jona
    Throughput Units (TUs) are allocated at the namespace level in Azure Event Hubs, not at the individual hub level. This means:

    All event hubs within the same namespace share the total TU capacity.

    In your example, with 2 TUs at the namespace level and 2 event hubs, the combined ingress/egress for both hubs cannot exceed the limits of 2 TUs (i.e., up to 2 MB/s ingress and 4 MB/s egress, with up to 2,000 ingress events/sec and 4,000 egress events/sec per TU).

    • The distribution is not fixed - one hub can consume more than the other if it has more traffic, as long as the total stays within the namespace TU limits.

    If you need hard isolation of throughput for each hub, you would need separate namespaces, each with its own TU allocation.

    Reference: Azure Event Hubs – Throughput Units


    Hope this helps. If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.