From eceee62bea570dcea50433512db61102230587f7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 3 Apr 2022 15:49:23 +0200 Subject: [PATCH] =?utf8?q?Tags=20f=C3=BCr=20die=20=C3=9Cbung=20erg=C3=A4nz?= =?utf8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- README.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.sh b/README.sh index 405b639..6e6c10e 100755 --- a/README.sh +++ b/README.sh @@ -29,11 +29,15 @@ docker-compose up -d sleep 10 +# tag::foo[] echo foo | http -v :8081/foo-acks-1 echo foo | http -v :8082/foo-acks-all http -v :8000/seen +# end::foo[] +# tag::stop[] docker-compose stop kafka-1 +# end::stop[] echo bar | http -v :8081/bar-acks-1 echo bar | http -v :8082/bar-acks-all -- 2.20.1