Search code examples
sizedatasourcequarkusreactivepool

Quarkus reactive datasource initial pool size


In the Quarkus documentation for reactive connections: https://quarkus.io/guides/datasource#quarkus-reactive-datasource_configuration, there are configuration for the maximum size of the pool "quarkus.datasource.reactive.max-size", but for the minimum size doesn't exists.

When I start my service, the pool starts with 4 connections.

How Can I change this configuration?


Solution

  • The javadoc of PoolOptions shows that there is no option for min-size.