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

feat: add transaction runner for connections #3559

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olavloite
Copy link
Collaborator

Adds a runTransaction method to Connection to allow applications to execute read/write transactions that are automatically retried in the same way as in the standard client library. This feature will be extended to the JDBC driver, so transaction retries can be defined using a runner there as well.

Adds a `runTransaction` method to `Connection` to allow applications to
execute read/write transactions that are automatically retried in the same
way as in the standard client library. This feature will be extended to
the JDBC driver, so transaction retries can be defined using a runner
there as well.
@olavloite olavloite requested review from a team as code owners December 16, 2024 15:15
@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Dec 16, 2024
@olavloite olavloite requested a review from rayudu3745 December 16, 2024 15:15
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant