Azure Event Hubs Deep Dive (Azure & AI Conference 2022)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ค. 2024
  • Slides & Audio recording of my talk about the Azure Event Hubs features and internal architecture at the Azure & AI conference ins Las Vegas in April 2022.
    Slides at github.com/clemensv/messaging...
  • ยานยนต์และพาหนะ

ความคิดเห็น • 6

  • @santiagobarbieri-vn9rz
    @santiagobarbieri-vn9rz ปีที่แล้ว

    In Kafka we have brokers. We have the leader and the follower. If the leader server goes down, then the follower becomes the leader. Does Azure Event Hubs has something similar?

    • @clemensv
      @clemensv ปีที่แล้ว +2

      As I explain in this talk, an Event Hubs deployment, of which we have several hundred, is a 3-tier broker cluster consisting of usually more than 30 VMs spread across 3 availability zones (= independent data centers). If any component across these three tiers goes down, it is instantly replaced in its role by a predesignated secondary (follower). We can lose two entire data centers and your namespace will still be up.

    • @santiagobarbieri-vn9rz
      @santiagobarbieri-vn9rz ปีที่แล้ว

      @@clemensv Perfect! Thanks for your answer

  • @santiagobarbieri-vn9rz
    @santiagobarbieri-vn9rz ปีที่แล้ว

    Azure Event Grid is a push style distribution of events. Azure Service Buss is a pull-style. Azure Event Hubs is a push-style or pull-style? The sever (Event Hubs) pushes the events to the consumer.? Or the consumer pull the events?