Skip to content

Commit b823fd0

Browse files
authored
Merge pull request #86492 from ealsur/users/ealsur/cfpscaling
Cosmos DB - Adding split description to processor
2 parents 03d45e4 + 5b98e59 commit b823fd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/change-feed-processor.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ As mentioned during the introduction, the change feed processor can distribute c
7373

7474
If these three conditions apply, then the change feed processor will, using an equal distribution algorithm, distribute all the leases in the lease container across all running instances and parallelize compute. One lease can only be owned by one instance at a given time, so the maximum number of instances equals to the number of leases.
7575

76-
The instances can grow and shrink, and the change feed processor will dynamically adjust the load by redistributing accordingly.
76+
The number of instances can grow and shrink, and the change feed processor will dynamically adjust the load by redistributing accordingly.
77+
78+
Moreover, the change feed processor can dynamically adjust to containers scale due to throughput or storage increases. When your container grows, the change feed processor transparently handles these scenarios by dynamically increasing the leases and distributing the new leases among existing instances.
7779

7880
## Change feed and provisioned throughput
7981

0 commit comments

Comments
 (0)