]> juplo.de Git - demos/kafka/training/commitdiff
WIP
authorKai Moritz <kai@juplo.de>
Wed, 10 Aug 2022 16:52:26 +0000 (18:52 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 10 Aug 2022 16:52:26 +0000 (18:52 +0200)
docker-compose.yml

index 61a0a85e72d5aafd30f8ef4bf1e7da46364f352c..d1a9202c0e3a30b9f5622b0b039896f67a7e3c36 100644 (file)
@@ -79,9 +79,7 @@ services:
     image: confluentinc/cp-kafkacat:7.1.3
     command: >
       bash -c "
-        echo 'hello world' | kafkacat -P -b kafka:9092 -t test -X acks=all
-        echo 'hello world' | kafkacat -P -b kafka:9092 -t test -X acks=all
-        echo 'hello world' | kafkacat -P -b kafka:9092 -t test -X acks=all
+        echo \"hello world\nhow are you\nI hope, you're fine\" | kafkacat -P -b kafka:9092 -t test -X acks=all
       "
 
   consumer: