Merge branch 'rest-producer' into customized
[demos/kafka/training] / src / main / resources / application.yml
index e4ae52a..fcc0f3c 100644 (file)
@@ -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: