Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
Query
-
Fully Compatible
Description
The error message you get is something like
Operation not permitted in transaction :: caused by :: $changeStream cannot run with a readConcern other than 'majority', or in a multi-document transaction. Current readConcern: { readConcern: { level: "snapshot" } }
|
This doesn't make it clear that no type of transaction is supported with change streams. The word "nor" might be better, but it should be revisited as a whole.