X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=218aaa1c0715825a8e5f614a503261c2ae7522b4;hb=656d24e02b7e42404a508946885009b59b39e1ee;hp=726204e177f4d87eeee1cfec7cbcb02ea6d9a739;hpb=96998bebe231ac0e61ef6521a2c23694e81cfd86;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 726204e..218aaa1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,11 +1,12 @@ -producer: - bootstrap-server: :9092 - client-id: DEV - topic: test - acks: -1 - batch-size: 16384 - linger-ms: 0 - compression-type: gzip +sumup: + gateway: + bootstrap-server: :9092 + client-id: DEV + topic: test + acks: -1 + batch-size: 16384 + linger-ms: 0 + compression-type: gzip management: endpoint: shutdown: @@ -31,6 +32,6 @@ info: logging: level: root: INFO - de.juplo: DEBUG + de.juplo: TRACE server: port: 8880