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:
48271d5
)
Tags für den Kafkacat-Befehl zum auslesen der Header ergänzt
sumup-requests--json--vorlage
sumup-requests--json---lvm-2-tage
author
Kai Moritz
<kai@juplo.de>
Sun, 4 Sep 2022 06:52:04 +0000
(08:52 +0200)
committer
Kai Moritz
<kai@juplo.de>
Wed, 14 Sep 2022 18:57:10 +0000
(20:57 +0200)
README.sh
patch
|
blob
|
history
diff --git
a/README.sh
b/README.sh
index
d0a401e
..
4814dcf
100755
(executable)
--- a/
README.sh
+++ b/
README.sh
@@
-36,4
+36,6
@@
echo 66 | http -v :8080/foo
sleep 5
+# tag::header[]
kafkacat -b :9092 -t out -o 0 -e -f 'p=%p|o=%o|k=%k|h=%h|v=%s\n'
+# end::header[]