X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=fc1c68afa4e5f1f1dd1295b18dbaf5674d89239b;hb=47657918b484fad60ac4062177cfeb569275d3d3;hp=0e7c53c64fd2f4442ba46f7d83541d9e9238fd62;hpb=bb0e25349bb87cf14f971694da4fa6c2031cb205;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0e7c53c..fc1c68a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,14 +1,30 @@ consumer: bootstrap-server: :9092 - group-id: my-consumer - client-id: peter + group-id: my-group + client-id: DEV topic: test auto-offset-reset: earliest + commit-interval: 5s 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 +35,4 @@ logging: root: INFO de.juplo: DEBUG server: - port: 8081 + port: 8881