From f7ba34e551445a3aef7238a911b4be135b9e430b Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 10 Apr 2022 20:55:56 +0200 Subject: [PATCH] shutdown-Endpoint aktiviert --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2574e8c..9f3cb81 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -5,6 +5,9 @@ consumer: topic: test auto-offset-reset: earliest management: + endpoint: + shutdown: + enabled: true endpoints: web: exposure: -- 2.20.1