-
Type: Question
-
Resolution: Done
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Change Streams
-
None
In oplog, there is a "noop" type, whereas in Operation Type, we don't have it https://github.com/mongodb/mongo-java-driver/blob/master/driver-core/src/main/com/mongodb/client/model/changestream/OperationType.java#L24
Does it make sense to add it there as well? Or what are the reasons that we skip noop?