mongochangestream
Advanced tools
Changelog
0.37.0
cursorError
when an error occurs when calling hasNext
. Useful for debugging
syncing issues like a missing oplog entry caused by an inadequate oplog window.missingOplogEntry
utility function.healthCheck.field
option has been
removed since determining a failed health check relies on a delayed check of a
Redis key and not a MongoDB query.initSync
to allow for extending the event emitter. Useful for downstream
libraries like mongo2mongo
and mongo2elastic
.Changelog
0.35.0
initialScanComplete
when initial scan is complete.Changelog
0.33.0
detectResync
.Changelog
0.31.0
failureType
with values initialScan
and changeStream
.Changelog
0.30.0
maintainHealth
to enableHealthCheck
.restart
manually to reproduce the previous behavior.