`requests`-Service für das SumUp-Beispiel implementiert
[demos/kafka/training] / src / main / resources / application.yml
index f8bfe7e..4a5477f 100644 (file)
@@ -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: my-group
+    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: