Skip to content

Commit cfaa30e

Browse files
committed
fix
1 parent 077e668 commit cfaa30e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/ChangeFeedProcessor/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This library provides a host for distributing change feed events in partitioned
44
## Design highlights
55
For illustration, let's assume we are processign the change feed from **Monitored collection**, which is partitioned by **city**. The arrows in the preceding diagram indicate the current position (continuation) in the change feed.
66

7+
![Change Feed Processor](changefeedprocessor.png)
8+
79
* For coordinating the processing of change feed across multiple workers, we use a leasing mechanism. To store leases, we use a separate collection (**Lease collection** in the diagram).
810
* There is one lease per partition.
911
* A Lease object/document has the following attributes:
-162 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)