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

Fix complicated case of callback when connection is active. #215

Open
martinaubele opened this issue Jun 15, 2024 · 0 comments
Open

Fix complicated case of callback when connection is active. #215

martinaubele opened this issue Jun 15, 2024 · 0 comments

Comments

@martinaubele
Copy link

martinaubele commented Jun 15, 2024

Allow Jdbc connection reuse when Service is called multiple times by a
coordinator in one transaction.

Version 6.0.0 and also older versions.
We have one microservice A that calls another microservice B on another server several times within one transaction. For every call we needed a new jdbc connection and therefore run out of connections.

Pull request with a fix: #216

martinaubele added a commit to martinaubele/transactions-essentials that referenced this issue Jun 15, 2024
Allow Jdbc connection reuse when Service is called multiple times by a
coordinator in one transaction.
martinaubele added a commit to martinaubele/transactions-essentials that referenced this issue Jun 17, 2024
Allow Jdbc connection reuse when Service is called multiple times by a
coordinator in one transaction.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant