You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work to supply the rust driver~
Is there any plan to support interactive transaction(eg. withTransaction(transactionClosure) method which take the closure parameter to execute the transaction.
The text was updated successfully, but these errors were encountered:
Hi @Alivers, we have tentative plans to implement the convenient transactions feature in the coming quarter. Feel free to follow RUST-107 for updates on the progress of this project. In the meantime, you can take a look at the transactions example here for details on how to implement the retryability behavior the convenient transactions API provides yourself.
Thanks for your work to supply the rust driver~
Is there any plan to support interactive transaction(eg.
withTransaction(transactionClosure)
method which take the closure parameter to execute the transaction.The text was updated successfully, but these errors were encountered: