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.
- Host: GitHub
- URL: https://github.com/floriansw/spring-batch-connection-issue
- Owner: FlorianSW
- Created: 2018-12-16T13:36:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-16T13:56:34.000Z (over 7 years ago)
- Last Synced: 2025-03-27T11:21:31.887Z (about 1 year ago)
- Language: Java
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.