Martijn Verburg
Martijn Verburg
The following test shows bulk operations 'working' ``` @Test public void testBulkOperation_multiReplaces() { String collection = randomCollection(); insertDocs(mongoClient, collection, 2, onSuccess(v -> { JsonObject filter1 = new JsonObject().put("foo", "bar0"); JsonObject...
@leolux Can you confirm that this works for you?
@johnoliver going to have to defer to your wisdom here. Good idea or no?
I'd agree that's breaking the prinicple of least surprise (and then some). The Id generation and save should effectively be an atomic operation (yeah, yeah, we're not in txn SQL...
We still believe it is a bug as this won't work correctly over the event bus. That said we will need to carefully note that a fix will be breaking...
@mszmurlo We don't have an active maintainer looking at this - so relying on community PR's at this stage.
This would be a breaking change so if a fix was to occur it would need to be in the next major version
@gaurav-m We don't appear to support that option in the latest client, are you able to give an example of its usage?
Hi @landon30 - that's more of a fundamental MongoDriver ask than it is of the vertex client to that driver. I'd ask over at MongoDB.
@johnoliver This works as intended?