Skip to content

Commit 7133196

Browse files
committed
Event Hubs - Pull vs. Push
1 parent 16d724a commit 7133196

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/event-hubs/event-hubs-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
title: Frequently asked questions - Azure Event Hubs | Microsoft Docs
44
description: This article provides a list of frequently asked questions (FAQ) for Azure Event Hubs and their answers.
55
ms.topic: faq
6-
ms.date: 11/28/2023
6+
ms.date: 09/30/2024
77
title: Event Hubs frequently asked questions
88
summary: |
99

articles/event-hubs/includes/event-hubs-connectivity.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ ms.custom: "include file"
1010

1111
---
1212

13+
### What protocols I can use to send and receive events?
14+
Producers or senders can use AMQP, Kafka, or HTTPS protocols to send events to an event hub.
15+
16+
Consumers or receivers use AMQP or Kafka to receive events from an event hub. Event Hubs support only the Pull model for consumers to receive events from it. Even when you use event handlers to handle events from an event hub, the event processor internally uses the pull model to receive events from the event hub.
17+
1318
### What ports do I need to open on the firewall?
1419
You can use the following protocols with Azure Event Hubs to send and receive events:
1520

0 commit comments

Comments
 (0)