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
Now static class Pool from R2dbcProperties.class does not have acquireRetry property and we could not use autoconfig.
We need it to config it for situations when DB close one or more connection from pool to correctly retry and do not drop with error.
Of course it is official r2dbc-pool config property: https://github.com/r2dbc/r2dbc-pool
It will be nice to see new prop in nearest spring boot release: spring.r2dbc.pool.acquire-retry
The text was updated successfully, but these errors were encountered:
philwebb
changed the title
Extending R2dbcProperties.class with Pool property
Add 'spring.r2dbc.pool.acquire-retry' property
Jan 29, 2025
Uh oh!
There was an error while loading. Please reload this page.
Now static class
Pool
fromR2dbcProperties.class
does not haveacquireRetry
property and we could not use autoconfig.We need it to config it for situations when DB close one or more connection from pool to correctly retry and do not drop with error.
Of course it is official r2dbc-pool config property: https://github.com/r2dbc/r2dbc-pool
It will be nice to see new prop in nearest spring boot release:
spring.r2dbc.pool.acquire-retry
The text was updated successfully, but these errors were encountered: