yassine 10 months ago
parent
commit
3e24f8eae8
2 changed files with 2 additions and 14 deletions
  1. 1
    7
      customer.yml
  2. 1
    7
      discovery.yml

+ 1
- 7
customer.yml View File

23
     producer:
23
     producer:
24
       boostrap-servers: 9092
24
       boostrap-servers: 9092
25
       key-deserialize: org.apache.kafka.common.serialization.StringDeserializer
25
       key-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: "*"
26
+      value-deserialize: org.apache.kafka.common.serialization.StringDeserializer

+ 1
- 7
discovery.yml View File

3
 eureka:
3
 eureka:
4
   client:
4
   client:
5
     register-with-eureka: false
5
     register-with-eureka: false
6
-    fetch-registry: false
7
-
8
-management:
9
-  endpoints:
10
-    web:
11
-      exposure:
12
-        include: "*"
6
+    fetch-registry: false

Powered by TurnKey Linux.