You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From [Azure Event Hubs: A real-time data streaming platform with native Apache Kafka support](https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-about)
|**How It Works**| - **Namespaces**: An Event Hubs namespace is a management container for event hubs. It provides DNS-integrated network endpoints and a range of access control and network integration management features.<br/>- **Partitions**: Event Hubs organizes sequences of events into partitions, which act as commit logs. This helps in managing large volumes of events and ensures that each event has a clear processing owner.<br/>- **Capture**: Event Hubs can automatically capture streaming data and store it in Azure Blob Storage or Azure Data Lake Storage for long-term retention and batch processing. |
0 commit comments