X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=ee1bb64282d9fcf28ba86af1ce231add17154247;hb=69ff8ad389db01433ec621f8daf2a31b3e8c5294;hp=9f3cb81bb6690d90e92da28273d6a5954041ec0e;hpb=f7ba34e551445a3aef7238a911b4be135b9e430b;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9f3cb81..ee1bb64 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,9 +1,3 @@ -consumer: - bootstrap-server: :9092 - group-id: my-group - client-id: DEV - topic: test - auto-offset-reset: earliest management: endpoint: shutdown: @@ -17,13 +11,9 @@ management: enabled: true java: enabled: true -info: +spring: 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} + bootstrap-servers: :9092 logging: level: root: INFO