projects
/
demos
/
kafka
/
training
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7782722
)
README.sh liest auch das Dead-Letter-Topic aus
sumup-adder--springified--vorlage
sumup-adder--springified--vorlage---lvm-2-tage
author
Kai Moritz
<kai@juplo.de>
Fri, 16 Sep 2022 16:12:56 +0000
(18:12 +0200)
committer
Kai Moritz
<kai@juplo.de>
Fri, 23 Sep 2022 07:52:37 +0000
(09:52 +0200)
README.sh
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/README.sh
b/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[]