X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=bf339b070edec4f06d6d2a9b613ac766fd59c260;hb=48271d5fd1dbab2dc71d1490e6826048eb0716e2;hp=fc1c68afa4e5f1f1dd1295b18dbaf5674d89239b;hpb=53e0f25ec3d03858494b2006670dc2b0564139c3;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index fc1c68a..bf339b0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,10 +1,16 @@ -consumer: - bootstrap-server: :9092 - group-id: my-group - client-id: DEV - topic: test - auto-offset-reset: earliest - commit-interval: 5s +sumup: + requests: + bootstrap-server: :9092 + group-id: sumup-requests + client-id: DEV + topic-in: in + topic-out: out + auto-offset-reset: earliest + commit-interval: 5s + acks: -1 + batch-size: 16384 + linger-ms: 0 + compression-type: gzip management: endpoint: shutdown: @@ -25,11 +31,6 @@ info: group-id: ${consumer.group-id} topic: ${consumer.topic} auto-offset-reset: ${consumer.auto-offset-reset} -spring: - data: - mongodb: - uri: mongodb://juplo:training@localhost:27017 - database: juplo logging: level: root: INFO