From 216abfe2078d5236e2bbff4ec786d0f35707b12b Mon Sep 17 00:00:00 2001 From: "RuiJun Hu (MSFT)" <47708215+cxznmhdcxz@users.noreply.github.com> Date: Mon, 13 Apr 2020 15:16:55 +0800 Subject: [PATCH] Update eventhub README.md --- sdk/eventhub/azure-eventhub/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/eventhub/azure-eventhub/README.md b/sdk/eventhub/azure-eventhub/README.md index b1cba4791a1c5..c03b8e67ca1cb 100644 --- a/sdk/eventhub/azure-eventhub/README.md +++ b/sdk/eventhub/azure-eventhub/README.md @@ -96,7 +96,7 @@ like Azure Stream Analytics, Apache Spark, or Apache Storm. - A **partition** is an ordered sequence of events that is held in an Event Hub. Azure Event Hubs provides message streaming through a partitioned consumer pattern in which each consumer only reads a specific subset, or partition, of the message stream. -As newer events arrive, they are added to the end of this sequence. The number of partitions is specified at the time anEvent Hub is created and cannot be changed. +As newer events arrive, they are added to the end of this sequence. The number of partitions is specified at the time an Event Hub is created and cannot be changed. - A **consumer group** is a view of an entire Event Hub. Consumer groups enable multiple consuming applications to each have a separate view of the event stream, and to read the stream independently at their own pace and from their own position.