-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ChangeStream): adds new resume functionality to ChangeStreams
- Adds support for the new startAfter options - Adds the ability to parse postBatchResumeTokens off of aggregate/getMore responses and leverage them when resuming. - Replaces property resumeToken with accessor resumeToken that will always have the most up to date resume token. Fixes NODE-1824 Fixes NODE-1866 Fixes NODE-1951 Fixes NODE-1979
- Loading branch information
1 parent
e3c6418
commit 9ec9b8f
Showing
3 changed files
with
137 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters