atomikos / transactions-essentials

Development repository for next major release of
https://www.atomikos.com/Main/TransactionsEssentials
Other
462 stars 139 forks source link

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

Open martinaubele opened 2 months ago

martinaubele commented 2 months ago

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: https://github.com/atomikos/transactions-essentials/pull/216