There is a conflicting documentation between what Collection.get and ReactiveCollection.get do when document is missing. Collection,get throws an exception if document not found.
Reactive Collection documentation says it should return empty Mono. it doesn’t. it throws an exception. Previous sdk version returned empty Maybe.
1 Like