Skip to content

Commit

Permalink
Merge pull request #14 from telekom/feature/gracefulShutdown
Browse files Browse the repository at this point in the history
feat: (DHEI-15238) Add graceful shutdown with kafka producing equival…
  • Loading branch information
chrisingenhaag authored Mar 21, 2024
2 parents be29048 + 218d91d commit 3e56f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ spring:
url: ${STARLIGHT_REPORTING_REDIS_URL}
main:
banner-mode: off
lifecycle:
timeout-per-shutdown-phase: ${STARLIGHT_PUBLISHING_TIMEOUT_MS:30000}ms

server:
shutdown: graceful

logging:
level:
root: ${LOG_LEVEL:INFO}
Expand Down

0 comments on commit 3e56f61

Please sign in to comment.