Skip to content

Commit 530295f

Browse files
committed
Freshness review of Event Hubs
1 parent 4905533 commit 530295f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/event-hubs/event-processor-balance-partition-load.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: Balance partition load across multiple instances - Azure Event Hubs | Microsoft Docs
2+
title: Balance partition load across multiple instances
33
description: Describes how to balance partition load across multiple instances of your application using an event processor and the Azure Event Hubs SDK.
4-
ms.topic: conceptual
5-
ms.date: 11/14/2022
4+
ms.topic: concept-article
5+
ms.date: 07/31/2024
6+
#customer intent: As a developer, I want to know how to run multiple instances of my processing client to read data from an event hub.
67
---
78

89
# Balance partition load across multiple instances of your application
@@ -78,7 +79,7 @@ When the checkpoint is performed to mark an event as processed, an entry in chec
7879

7980
By default, the function that processes events is called sequentially for a given partition. Subsequent events and calls to this function from the same partition queue up behind the scenes as the event pump continues to run in the background on other threads. Events from different partitions can be processed concurrently and any shared state that is accessed across partitions have to be synchronized.
8081

81-
## Next steps
82+
## Related content
8283
See the following quick starts:
8384

8485
- [.NET Core](event-hubs-dotnet-standard-getstarted-send.md)

0 commit comments

Comments
 (0)