Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(shell-api): add stream processor modify MONGOSH-1864 #2245

Merged
Merged
Prev Previous commit
Next Next commit
comment clarification
mongodb-matthew-normyle committed Oct 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9197593302c267b2e97bdb4a0f708aa5fa9005fe
1 change: 1 addition & 0 deletions packages/shell-api/src/stream-processor.ts
Original file line number Diff line number Diff line change
@@ -62,6 +62,7 @@ export default class StreamProcessor extends ShellApiWithMongoClass {
* modify can be used like so:
* Change the pipeline:
* sp.name.modify(pipeline)
* Change the pipeline with additional options:
* sp.name.modify(pipeline, {resumeFromCheckpoint: false})
* For modify requests that don't change the pipeline:
* sp.name.modify({resumeFromCheckpoint: false})