Bump ebean-datasource 10.1 with support for initialConnections [for smoother K8s deployment] by rbygrave · Pull Request #3650 · ebean-orm/ebean

@rbygrave

So in a K8s deployment, this adds support for having an initial number of connections to create initially (higher that min connections). This allows for a smoother deployment, by effectively having initially more connections than min in order to immediately take production load, and then over time trim back down towards the min connections.

So in k8s I am setting min, initial and max connections, where initial connections is high enough to take full production load straight after readiness true.