Consider how to support spring.integration.keep-alive #42469
Labels
status: pending-design-work
Needs design work before any code can be developed
type: enhancement
A general enhancement
Milestone
Spring Integration is introducing a new
spring.integration.keep-alive
property which will create a keep-alive thread based on this logic. We could surface this property in Spring Boot, however, we already havespring.main.keep-alive
.We need to consider what we should do by default, specifically:
spring.main.keep-alive
istrue
then there is no need to Spring Integration to create a threadspring.main.keep-alive
is missing then standard Spring Integration logic should applyspring.main.keep-alive
isfalse
we may need to also disable Spring Integration keep aliveThe text was updated successfully, but these errors were encountered: