Skip to content

Commit 30b152d

Browse files
committed
fixed broken link
1 parent cb2b882 commit 30b152d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/event-hubs/event-hubs-federation-patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ from about the same position where processing was interrupted.
204204

205205
To realize either scenario and using the event processor of your respective
206206
Azure SDK,
207-
[you will create a new checkpoint store](event-processor-balance-partition-load.md#checkpointing)
207+
[you will create a new checkpoint store](event-processor-balance-partition-load.md#checkpoint)
208208
and provide an initial partition position, based on the _timestamp_ that you
209209
want to resume processing from.
210210

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Partition ownership records in the checkpoint store keep track of Event Hubs nam
5454
| | | : | | | |
5555
| mynamespace.servicebus.windows.net | myeventhub | myconsumergroup | 844bd8fb-1f3a-4580-984d-6324f9e208af | 15 | 2020-01-15T01:22:00 |
5656

57-
Each event processor instance acquires ownership of a partition and starts processing the partition from last known [checkpoint](#checkpointing). If a processor fails (VM shuts down), then other instances detect it by looking at the last modified time. Other instances try to get ownership of the partitions previously owned by the inactive instance. The checkpoint store guarantees that only one of the instances succeeds in claiming ownership of a partition. So, at any given point of time, there is at most one processor that receives events from a partition.
57+
Each event processor instance acquires ownership of a partition and starts processing the partition from last known [checkpoint](#checkpoint). If a processor fails (VM shuts down), then other instances detect it by looking at the last modified time. Other instances try to get ownership of the partitions previously owned by the inactive instance. The checkpoint store guarantees that only one of the instances succeeds in claiming ownership of a partition. So, at any given point of time, there is at most one processor that receives events from a partition.
5858

5959
## Receive messages
6060

0 commit comments

Comments
 (0)