Skip to content

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.

Notifications You must be signed in to change notification settings

FlorianSW/spring-batch-connection-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages