r2dbc / r2dbc-pool

Connection Pooling for Reactive Relational Database Connectivity
https://r2dbc.io
Apache License 2.0
331 stars 55 forks source link

Pool warm-up parallelism configuration #195

Open samueldlightfoot opened 1 year ago

samueldlightfoot commented 1 year ago

Feature Request

Reactor Pool now exposes a 'warmupParallelism' property which determines the concurrency at which resources should be warmed up for the pool.

It would be nice to