Skip to content

Commit f56ee7c

Browse files
committed
adjust pull model definition
1 parent aba5fae commit f56ee7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ With the SDK, you get a low-level control of the change feed. You can manage the
3232

3333
## Using the change feed pull model
3434

35-
The [change feed pull model](change-feed-pull-model.md) allows you to parallelize processing of changes with FeedRanges. A FeedRange can span range of partition key values or even a single partition key value. This makes it easy to process changes for a specific partition key or achieve better parallelization of processing changes than with the change feed processor. The change feed pull model is currently in [preview] in the .NET SDK(https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.0-preview) only. The preview is not yet available for other SDK versions.
35+
The [change feed pull model](change-feed-pull-model.md) allows you to consume the change feed at your own pace and parallelize processing of changes with FeedRanges. A FeedRange spans a range of partition key values. Using the change feed pull model, it is also easy to process changes for a specific partition key.
3636

3737
> [!NOTE]
3838
> The change feed pull model is currently in [preview in the Azure Cosmos DB .NET SDK](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.9.0-preview) only. The preview is not yet available for other SDK versions.

0 commit comments

Comments
 (0)