Vergeblicher Versuch, sicher zu stellen, dass das Topic bereit ist
[demos/kafka/training] / docker-compose.yml
index 3c8ccf4..f3614d5 100644 (file)
@@ -70,6 +70,8 @@ services:
         kafka-topics --bootstrap-server kafka-1:9092 --describe --topic test
         kafka-topics --bootstrap-server kafka-2:9092 --describe --topic test
         kafka-topics --bootstrap-server kafka-3:9092 --describe --topic test
+        kafka-topics --bootstrap-server kafka:9092 --describe --topic test | kafkacat -P -b kafka:9092 -t test -X acks=all
+        kafkacat -C -b kafka:9092 -t test -o 0 -e
       "
 
   cli: