WIP bugreport
authorKai Moritz <kai@juplo.de>
Wed, 10 Aug 2022 17:05:47 +0000 (19:05 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 10 Aug 2022 17:05:47 +0000 (19:05 +0200)
docker-compose.yml

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