-
Notifications
You must be signed in to change notification settings - Fork 19
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
Transaction Support #8
Comments
Hi, |
Hi, |
Hi, it seems that apache ignite now has the support for txs (at least in java): https://apacheignite.readme.io/docs/transactions
|
Hi @mixaal You are absolutely right if we are talking about Java or .NET client. |
Hello, it seems that it is now implemented (but apparently not documented yet) : apache/ignite#6734 (corresponding ticket in Jira: https://issues.apache.org/jira/browse/IGNITE-9410) There is some documentation though in the corresponding IEP: https://cwiki.apache.org/confluence/display/IGNITE/IEP-34+Thin+client%3A+transactions+support |
we use your client, transactions are very necessary |
Hi,
Thanks for the golang client. Please point me to the "Transaction" APIs. For example if I want to do 2 "put"s as part of one transaction.
Thanks
The text was updated successfully, but these errors were encountered: