X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=README.sh;h=a6a2b36e126717cf013a065b7d725057a9808a00;hb=ca44f2f7e67fb263660adf43f816e5ec98a5e567;hp=2557d2f622892445553966fa69bccffb07a259f5;hpb=81b264a27d2e7daface2ff58b710703c4ee21bca;p=demos%2Fkafka%2Foutbox diff --git a/README.sh b/README.sh index 2557d2f..a6a2b36 100755 --- a/README.sh +++ b/README.sh @@ -46,9 +46,17 @@ done docker-compose logs -f kafkacat & -echo peter | http :8080/users -echo franz | http :8080/users -echo beate | http :8080/users -http :8080/users -http DELETE :8080/users/franz -http :8080/users +for i in `seq 1 20`; +do + echo peter$i | http :8080/users + echo uwe$i | http :8080/users + echo simone$i | http :8080/users + http DELETE :8080/users/franz$i + http DELETE :8080/users/simone$i + echo franz$i | http :8080/users + echo beate$i | http :8080/users + http DELETE :8080/users/uwe$i + sleep 1 +done; + +sleep 2