-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
readConcern is not currently passed to the underlying operation in command.go. This means that ReadConcern is effectively a no-op, and when we try to pass the Database read concern, here, it is not actually inherited by the operation. We should pass readConcern to the underlying operation, but this would be backward-breaking, so we should wait until the next major release of the driver to fix this small bug.
Open questions:
- Should we actually implement the readConcern logic or should we remove the ReadConcern option?