X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=93b27c201cfa5990b4c6677f47e01194d204e03e;hb=ccf11628d5a1524d4bffe2f1b21b51ad713f1a67;hp=94490a3f5df967b432653019ca9c9aed4747637a;hpb=97d44c756b032c0067484f2cf3f171ddba43cf05;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 94490a3..93b27c2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,14 +1,29 @@ consumer: bootstrap-server: :9092 group-id: my-group - client-id: IDE + client-id: DEV topic: test auto-offset-reset: earliest management: + endpoint: + shutdown: + enabled: true endpoints: web: exposure: include: "*" + info: + env: + enabled: true + java: + enabled: true +info: + kafka: + bootstrap-server: ${consumer.bootstrap-server} + client-id: ${consumer.client-id} + group-id: ${consumer.group-id} + topic: ${consumer.topic} + auto-offset-reset: ${consumer.auto-offset-reset} spring: data: mongodb: @@ -19,4 +34,4 @@ logging: root: INFO de.juplo: DEBUG server: - port: 8081 + port: 8881