Skip to content

Conversation

injectives
Copy link
Contributor

@injectives injectives commented Aug 27, 2025

BREAKING CHANGE: org.neo4j.driver.Config.ConfigBuilder#withConnectionAcquisitionTimeout(long, TimeUnit) no longer accepts negative values. In addition, the acquisition timeout is applied immediately for the entire connection acquisition process that may include client-side routing and other logic. Previously, the connection acquisition timeout applied individually for every acquisition from individual connection pools and only when all connections were busy.

@injectives injectives force-pushed the feature/acquisition branch 6 times, most recently from 69800c9 to e5b59f0 Compare August 28, 2025 12:55
BREAKING CHANGE: `org.neo4j.driver.Config.ConfigBuilder#withConnectionAcquisitionTimeout(long, TimeUnit)` no longer accepts negative values. In addition, the acquisition timeout is applied immediately for the entire connection acquisition process that may include client-side routing and other logic. Previously, the connection acquisition timeout applied individually for every acquisition from individual connection pools and only when all connections were busy.
@injectives injectives force-pushed the feature/acquisition branch from e5b59f0 to ad13ed8 Compare August 28, 2025 16:15
@injectives injectives changed the title update feat(acquisition): apply acquisition timeout immediately Aug 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant