Hey this is probably not a kmongo question itself....
# kmongo
f
Hey this is probably not a kmongo question itself. But I am doing a
bulkWrite
with lots of
updateSingle
in
upsert
mode. I was expected that the write result contains a list of all ID’s for my upsert operation (updates and creations)? Or is mongodb always only gonna return me id’s for creations but never for updates in case of
bulkWrites
?