Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for mongo 4.0 transactions #170

Open
slipset opened this issue Apr 23, 2018 · 3 comments
Open

Support for mongo 4.0 transactions #170

slipset opened this issue Apr 23, 2018 · 3 comments

Comments

@slipset
Copy link

slipset commented Apr 23, 2018

As written in https://www.mongodb.com/transactions/, mongodb will get support for transactions.
Any plans on updating monger to support this?

@mjrb
Copy link
Contributor

mjrb commented Oct 25, 2018

right now monger seems to be using the 3.6-beta2 version of the java mongodb driver. the latest version is 3.8.2 (oddly driver versions seem to differ slightly from server versions since the latest java driver is not 4.0). the biggest hurtle to get there is probably to upgrade the driver to latest or upgrade to the version when transactions first appeared.

I'm down to help add transactions support in monger.

@mjrb
Copy link
Contributor

mjrb commented Oct 25, 2018

see #175 there is a workaround to get 3.8.x stuff which probably has transactions

@olOwOlo
Copy link

olOwOlo commented Jan 5, 2019

After some investigation, I found that transaction is supported by MongoCollection under the com.mongodb.client package.

Hi @michaelklishin , Is there a plan to support this? Shall we also need a client directory? Or a new module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants