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