An open API service indexing awesome lists of open source software.

https://github.com/floriansw/spring-batch-connection-issue

Sample project to demonstrate a connection pool size issue when using Spring Batch for launching a job during the processing of a web-request with a Cloud default connection pool size.
https://github.com/floriansw/spring-batch-connection-issue

Last synced: 8 months ago
JSON representation

Sample project to demonstrate a connection pool size issue when using Spring Batch for launching a job during the processing of a web-request with a Cloud default connection pool size.

Awesome Lists containing this project

README

          

# spring-batch-connection-issue

This sample project is my try to create a minimal, business-logic unrelated, test project to reproduce the issue described in https://jira.spring.io/browse/BATCH-2780.
To mitigate the issue, the connection pool size in the `application.yml` (property `spring.datasource.hikari.maximum-pool-size`) should be increased to at least 7.