Azure Event Hubs
Azure Event Hubs is a big data streaming platform and event ingestion service that can receive and process millions of events per second. It provides a distributed stream processing platform with low latency and seamless integration with Azure data and analytics services.
3 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
An event hub channel for publishing and subscribing to events. Events sent to this channel are distributed across partitions based on the partition key or round-robin if no partition key is specified.Azure Event Hubs Messaging API
-
A partition-specific channel for publishing events to a specific partition of an event hub. Using partition-targeted publishing gives you direct control over which partition receives the event but bypAzure Event Hubs Messaging API
-
A publisher-specific channel for sending events with a publisher identity. Publisher policies enable you to track which publisher sent each event and to revoke publishing access for misbehaving publisAzure Event Hubs Messaging API