README.sh liest auch das Dead-Letter-Topic aus
[demos/kafka/training] / README.sh
old mode 100755 (executable)
new mode 100644 (file)
index e981735..3b820c8
--- a/README.sh
+++ b/README.sh
@@ -85,3 +85,7 @@ http -v :8091/actuator/health
 
 docker-compose stop adder-1
 docker-compose logs --tail=50 adder-1
+
+# tag::dlt[]
+kafkacat -b :9092 -t out.DLT -f'p=%p|o=%o|%k=%s\n' -o 0 -e
+# end::dlt[]