Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.1, 3.1.0
-
None
-
Windows 10 x64
adopt open jdk 11
spring-boot 2.2.5-RELEASE
postgresql 12
-
Unknown
Description
As reported on Stack Overflow (https://stackoverflow.com/questions/60654265/springboot-camel-datasource-already-closed-on-graceful-shutdown)
I created a simple spring-boot application that fetches logs (camel-ftp) extract some data line by line and insert them in a database (camel-sql).
When I stop the application (gracefully) spring shortly closes the datasource but there is still an inflight exchange and I get "datasource already closed" errors.
I was looking for a way to tell spring to not close the datasource until all inflight exchanges are processed (or timed out ?)