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
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.
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
The text was updated successfully, but these errors were encountered: