mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Graceful shutdown is not sufficient on its own to ensure that in-flight requests are handled during pod termination. The preStop hook should be used to provide sufficient time for in-flight requests. Signed-off-by: Dave Syer <david.syer@broadcom.com> See gh-48936