Fixed bug on first start-up (no current offsets)
[demos/kafka/outbox] / docker-compose.yml
index c03aeb7..e4aa2a4 100644 (file)
@@ -24,7 +24,7 @@ services:
 
   kafkacat:
     image: confluentinc/cp-kafkacat:6.0.1
-    command: "kafkacat -C -b kafka:9093 -t outbox -K:"
+    command: "kafkacat -C -b kafka:9093 -q -t outbox -K:"
     tty: true
     depends_on:
       - kafka