vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
58 stars 98 forks source link

Should support multi document Transactional that is mongodb 4.x features? #242

Open fiberstar opened 3 years ago

fiberstar commented 3 years ago

Now that Mongodb has published 4.x vesion which support multi documents transactional so the driver should support this features.

jkrains commented 3 years ago

I think the some method in mongodb MongoClientImpl.java, should be protected for some one can extends the class and do their own job.

wbkys commented 3 years ago

Same expectation

vietj commented 3 years ago

we accept contributiosn for this