Explorar el Código

expose actuator for customer

yassine hace 10 meses
padre
commit
d3d38b4484
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7
    1
      customer.yml

+ 7
- 1
customer.yml Ver fichero

@@ -23,4 +23,10 @@ spring:
23 23
     producer:
24 24
       boostrap-servers: 9092
25 25
       key-deserialize: org.apache.kafka.common.serialization.StringDeserializer
26
-      value-deserialize: org.apache.kafka.common.serialization.StringDeserializer
26
+      value-deserialize: org.apache.kafka.common.serialization.StringDeserializer
27
+
28
+management:
29
+  endpoints:
30
+    web:
31
+      exposure:
32
+        include: "*"

Powered by TurnKey Linux.