vertx-mongo-client icon indicating copy to clipboard operation
vertx-mongo-client copied to clipboard

How to obtain generated IDs after rxBulkWrite

Open cazacugmihai opened this issue 6 years ago • 0 comments

Hi,

Is there a way to obtain the generated ids after using rxBulkWrite method? I thought that the information will be stored in MongoClientBulkWriteResult#upserts but that field is empty, every time:

insertedCount = 100
matchedCount = 0
deletedCount = 0
modifiedCount = 0
upserts = {ArrayList@11734}  size = 0

Thanks!

cazacugmihai avatar Jul 12 '18 17:07 cazacugmihai