X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=bf339b070edec4f06d6d2a9b613ac766fd59c260;hb=f4d5eb0d64e9d1a879f64d508d477f322bc453fb;hp=24f434ff75bbb68acc6ba7e8cbea5e73dce5538e;hpb=d675a67e01107b52240abbe62820aa1c8519f88d;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 24f434f..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: 30s +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