X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Fapplication.yml;h=fcc0f3cf7c95db4657b17012904ca8990d04c480;hb=b7f630330543c96b4cfca19870f6aded03588e01;hp=e4ae52a1e24e2cd15b92d778f143bc128f31c5d7;hpb=91fd1b3b5e55e78709934e44c42f32419dfb9ba8;p=demos%2Fkafka%2Ftraining diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e4ae52a..fcc0f3c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,8 +2,10 @@ producer: bootstrap-server: :9092 client-id: peter topic: test - acks: 1 - throttle-ms: 1000 + acks: -1 + batch-size: 16384 + linger-ms: 0 + compression-type: gzip management: endpoints: web: