Currently, toBson() and documentToBsonWithPaths() might check and throw in the middle of the pipeline. We need to remove this check if we want to run the $match and other stages on change events over 16MB.
- is depended on by
-
SERVER-71828 Add $changeStreamSplitLargeEvent stage
- Closed