Added actuators and implemented an indicator that reports the streams-state
[demos/kafka/deduplication] / src / main / resources / application.yml
index 7ef7e54..985a34f 100644 (file)
@@ -1,3 +1,8 @@
 server:
   address: 127.0.0.1
   port: 8080
 server:
   address: 127.0.0.1
   port: 8080
+management:
+  endpoint:
+    health:
+      show-details: always
+      show-components: always