-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
BASE Transaction #34914
Comments
For document
For unit test about postgresql
For example git about mysql
|
Thank you, this is exactly the information I was looking for. As always, you explained everything in detail and clearly. Now I can start testing BASE with JDBC. Hopefully I won't have to pester you with any more questions, but it's not certain :) |
|
Hi everyone!
Previously used the project for testing distributed transactions (XA) using examples from the
shardingsphere/examples
repository. I noticed that there are no examples for BASE transactions, even though they are described in the documentation.I attempted to add the dependencies via Maven:
However, the dependencies did not work
Could not find artifact org.apache.shardingsphere:sharding-transaction-base-seata-at:jar:5.5.2-SNAPSHOT
, and I couldn’t find any up-to-date examples or documentation for configuring BASE transactions.Question at this point can we use BASE transactions?
P.S. I'm aware that BASE transactions require a SEATA server, but I wanted to make sure that such transactions are supported first to move forward.
The text was updated successfully, but these errors were encountered: