Skip to content

Add 'spring.r2dbc.pool.acquire-retry' property #44017

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Renboo opened this issue Jan 29, 2025 · 0 comments
Closed

Add 'spring.r2dbc.pool.acquire-retry' property #44017

Renboo opened this issue Jan 29, 2025 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@Renboo
Copy link

Renboo commented Jan 29, 2025

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

@philwebb philwebb changed the title Extending R2dbcProperties.class with Pool property Add 'spring.r2dbc.pool.acquire-retry' property Jan 29, 2025
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 29, 2025
@philwebb philwebb added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 29, 2025
@philwebb philwebb added this to the 3.5.0-M2 milestone Jan 29, 2025
@philwebb philwebb self-assigned this Jan 29, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants