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:
b61195f
)
Tags für die Übung ergänzt
author
Kai Moritz
<kai@juplo.de>
Sun, 3 Apr 2022 18:33:42 +0000
(20:33 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 3 Apr 2022 18:33:42 +0000
(20:33 +0200)
README.sh
patch
|
blob
|
history
diff --git
a/README.sh
b/README.sh
index
c8aa4dc
..
4f7f017
100755
(executable)
--- a/
README.sh
+++ b/
README.sh
@@
-28,6
+28,10
@@
docker-compose up setup
docker-compose up -d
while ! [[ $(http -b :8080/actuator/health | jq -r .status) =~ "UP" ]]; do echo Waiting for :8080/actuator/health; sleep 1; done
+# tag::http[]
echo -n bar | http -v :8080/foo
echo -n foo | http -v :8080/bar X-id:666
+# end::http[]
+# tag::kafkacat[]
docker-compose exec cli kafkacat -b kafka:9092 -t test -f "%p|%o|%k=%s|%h\n" -e
+# end::kafkacat[]