r2dbc-pool
r2dbc-pool copied to clipboard
Add configuration option to set `warmupParallelism` parameter for connection pool.
Add configuration option to set warmupParallelism
parameter for connection pool.
Make sure that:
- [x] You have read the contribution guidelines.
- [x] You have created a feature request first to discuss your contribution intent. Please reference the feature request ticket number in the pull request.
- [x] You use the code formatters provided here and have them applied to your changes. Don't submit any formatting related changes.
- [x] You submit test cases (unit or integration tests) that back your changes.
Issue description
Pool warm-up parallelism configuration [#195]
New Public APIs
Added a new configuration warmupParallelism
that is default to 1 to avoid impacting existing users.