-
Type: Improvement
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: CRUD
The mongo.ChangeStream type currently depends on mongo.Cursor type, but it should depend directly on driver.BatchCursor instead to avoid the overhead of an extra layer.