-
Notifications
You must be signed in to change notification settings - Fork 57
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
Feature: support of @Transactional #80
Comments
I'm looking forward to when it will come true |
I concur. When you have a business logic, only one Exception is enough to corrupt your data. |
I strongly urge that this feature be added. |
Please implement it. I can't use this database without this. Doing transaction by template is really messy. |
Any news here? I want to try make this feature if it possible. I would appreciate any ideas or advices. Thank you. |
@wildroco thanks for pinging! I will look into it and update this thread about any progress. Also consider that support for new Spring Reactive Transactions (https://spring.io/blog/2019/05/16/reactive-transactions-with-spring) will be only possible once the upcoming ArangoDB reactive driver will be completed. You can follow the developments here: https://github.com/arangodb/arangodb-java-driver/tree/next |
@rashtao, thank you. Can you give some expected schedules? I have near production service with ArangoDB. I want to add transactions to the service before launching. The service has already some @transactional functions with Other DB(MariaDB, Kafka, ..). It will be so happy if ArangoDB can play with then seamlessly :) |
@wildroco , the work has not been planned yet, so it is hard to make any estimation. For urgent production needs I would recommend you directly using streaming transactions from the driver API (accessible via |
No update on this still? |
@rashtao Do we have any update on it ? |
We have it in our plans for 2022. |
Great, looking forward to it. Do you already know how this will work? |
It will be based on Stream Transactions https://www.arangodb.com/docs/stable/http/transaction-stream-transaction.html , so requests could be sent immediately and not needed to be collected for later execution. |
We really need this feature and would like to help out. If we can do anything to speed up development please reach out to me. |
…tional collections allowed
…nd also with options
… as they will be removed with driver 7)
No description provided.
The text was updated successfully, but these errors were encountered: