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
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-about.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,11 @@ Event Hubs is a multi-protocol event streaming engine that natively supports Apa
82
82
83
83
Event Hubs is built as a cloud-native broker engine, delivering better performance and cost efficiency than self-managed Kafka clusters. For more information, see [Azure Event Hubs for Apache Kafka](azure-event-hubs-apache-kafka-overview.md).
84
84
85
-
#### Partitioned consumer model
86
-
87
-
Event Hubs uses a [partitioned consumer model](event-hubs-features.md) that enables multiple applications to process the same stream concurrently. Each partition maintains an ordered sequence of events, and consumers control their processing speed using offsets.
88
-
89
85
#### Flexible scaling
90
86
91
87
Start with data streams in megabytes and grow to gigabytes or terabytes. The [auto-inflate](event-hubs-auto-inflate.md) feature automatically scales throughput units to meet demand. For predictable high-volume workloads, [dedicated clusters](event-hubs-dedicated-overview.md) provide reserved capacity.
92
88
93
-
#### Large message support
89
+
#### Large message support (preview)
94
90
95
91
While most streaming scenarios involve lightweight messages under 1 MB, Event Hubs accommodates events up to 20 MB with [dedicated clusters](event-hubs-dedicated-overview.md). For more information, see [Send and receive large messages](event-hubs-quickstart-stream-large-messages.md).
96
92
@@ -102,7 +98,7 @@ While most streaming scenarios involve lightweight messages under 1 MB, Event Hu
102
98
103
99
:::image type="content" source="./media/event-hubs-about/schema-registry.png" alt-text="Diagram that shows Schema Registry and Event Hubs integration.":::
104
100
105
-
#### Event capture
101
+
#### Capture
106
102
107
103
[Capture](event-hubs-capture-overview.md) your streaming data in near real time to Azure Blob Storage or Azure Data Lake Storage for long-term retention or batch analytics. Capture runs automatically on the same stream used for real-time processing.
108
104
@@ -197,14 +193,12 @@ For a detailed explanation, see [Event Hubs features](event-hubs-features.md).
197
193
198
194
Use these quickstarts to start streaming data with Event Hubs:
|**.NET**|[Send and receive events](event-hubs-dotnet-standard-getstarted-send.md)|[Use with Kafka](event-hubs-quickstart-kafka-enabled-event-hubs.md)|
203
-
|**Java**|[Send and receive events](event-hubs-java-get-started-send.md)|[Use with Kafka](event-hubs-quickstart-kafka-enabled-event-hubs.md)|
204
-
|**Python**|[Send and receive events](event-hubs-python-get-started-send.md)|[Use with Kafka](event-hubs-quickstart-kafka-enabled-event-hubs.md)|
205
-
|**JavaScript**|[Send and receive events](event-hubs-node-get-started-send.md)|[Use with Kafka](event-hubs-quickstart-kafka-enabled-event-hubs.md)|
206
-
|**Go**|[Send and receive events](event-hubs-go-get-started-send.md)| - |
0 commit comments