Skip to content

Commit b7a07e4

Browse files
committed
making more edits
1 parent b0b232f commit b7a07e4

2 files changed

Lines changed: 9 additions & 15 deletions

File tree

articles/event-hubs/event-hubs-about.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,11 @@ Event Hubs is a multi-protocol event streaming engine that natively supports Apa
8282

8383
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).
8484

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-
8985
#### Flexible scaling
9086

9187
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.
9288

93-
#### Large message support
89+
#### Large message support (preview)
9490

9591
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).
9692

@@ -102,7 +98,7 @@ While most streaming scenarios involve lightweight messages under 1 MB, Event Hu
10298

10399
:::image type="content" source="./media/event-hubs-about/schema-registry.png" alt-text="Diagram that shows Schema Registry and Event Hubs integration.":::
104100

105-
#### Event capture
101+
#### Capture
106102

107103
[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.
108104

@@ -197,14 +193,12 @@ For a detailed explanation, see [Event Hubs features](event-hubs-features.md).
197193

198194
Use these quickstarts to start streaming data with Event Hubs:
199195

200-
| Language/Platform | Event Hubs SDK (AMQP) | Apache Kafka |
201-
|-------------------|----------------------|--------------|
202-
| **.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) | - |
207-
| **Spring** | [Spring Cloud Stream](/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub) | - |
196+
- **.NET**: [Send and receive events](event-hubs-dotnet-standard-getstarted-send.md)
197+
- **Java**: [Send and receive events](event-hubs-java-get-started-send.md) | [Use with Kafka](event-hubs-quickstart-kafka-enabled-event-hubs.md)
198+
- **Python**: [Send and receive events](event-hubs-python-get-started-send.md)
199+
- **JavaScript**: [Send and receive events](event-hubs-node-get-started-send.md)
200+
- **Go**: [Send and receive events](event-hubs-go-get-started-send.md)
201+
- **Spring**: [Spring Cloud Stream](/azure/developer/java/spring-framework/configure-spring-cloud-stream-binder-java-app-azure-event-hub)
208202

209203
### Learn more
210204

articles/event-hubs/event-hubs-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ An **offset** is the position of an event within a partition—think of it as a
115115
- **Replay**: Process historical events by specifying an earlier offset
116116

117117
> [!IMPORTANT]
118-
> Checkpointing is the consumer's responsibility. The Event Hubs service provides offsets, but consumers must store checkpoints.
118+
> In AMQP, checkpointing is the consumer's responsibility. The Event Hubs service provides offsets, but consumers must store checkpoints.
119119
120120
[!INCLUDE [storage-checkpoint-store-recommendations](./includes/storage-checkpoint-store-recommendations.md)]
121121

0 commit comments

Comments
 (0)