-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
-
Not Needed
-
Essentially a duplicate of https://jira.mongodb.org/browse/JAVA-2987 && https://jira.mongodb.org/browse/NODE-2022
The change stream options incorrectly allow the combination of `resume_token` and `start_at_operation_time` during an automatic retry, which triggers an operation failure for "no good reason"
pymongo.errors.OperationFailure: Only one type of resume option is allowed, but multiple were found..
pr here: https://github.com/mongodb/mongo-python-driver/pull/1641