r2dbc-pool icon indicating copy to clipboard operation
r2dbc-pool copied to clipboard

Add configuration option to set `warmupParallelism` parameter for connection pool.

Open cty123 opened this issue 1 year ago • 0 comments

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.

Additional context

cty123 avatar Jan 13 '24 23:01 cty123