Skip to content

Commit 41bc43d

Browse files
committed
addressing comment
1 parent ede1af5 commit 41bc43d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/how-to-migrate-from-change-feed-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to migrate your application from using the change feed pr
44
author: ealsur
55
ms.service: cosmos-db
66
ms.topic: conceptual
7-
ms.date: 09/16/2019
7+
ms.date: 09/17/2019
88
ms.author: maquaran
99
---
1010

@@ -36,7 +36,7 @@ And the delegate, can be a static method:
3636

3737
## State and lease container
3838

39-
The change feed processor uses a [lease container](change-feed-processor.md#components-of-the-change-feed-processor) to store state, like the library, but the schemas are different.
39+
Similar to the change feed processor library, the change feed feature in .NET V3 SDK uses a [lease container](change-feed-processor.md#components-of-the-change-feed-processor) to store the state. However, the schemas are different.
4040

4141
The SDK V3 change feed processor will detect any old library state and migrate it to the new schema automatically upon the first execution of the migrated application code.
4242

0 commit comments

Comments
 (0)