Vorlage
[demos/kafka/training] / README.sh
index 427eca3..696141f 100755 (executable)
--- a/README.sh
+++ b/README.sh
@@ -36,6 +36,4 @@ while ! [[ $(http 0:8080/actuator/health 2> /dev/null) =~ "UP" ]]; do echo "Wait
 
 echo -n 3 | http -v :8080/foo;
 
-# tag::kafkacat[]
 kafkacat -b :9092 -t test -o 0 -e -f 'p=%p|o=%o|k=%k|h=%h|v=%s\n'
-# end::kafkacat[]