Skip to content
Snippets Groups Projects
Commit d0e43bd7 authored by Sören Henning's avatar Sören Henning
Browse files

Reduce experiment smoketest time for UC4/Samza

parent 05c84d2b
Branches
Tags
No related merge requests found
Pipeline #10439 canceled
......@@ -2,7 +2,7 @@
until docker-compose exec -T kcat kcat -L -b kafka:9092 -t output -J | jq -r '.topics[0].partitions | length' | grep "\b3\b"; do sleep 5s; done
docker-compose exec -T kcat kcat -C -b kafka:9092 -t output -s key=s -s value=avro -r http://schema-registry:8081 -f '%k:%s\n' -c 2000 |
docker-compose exec -T kcat kcat -C -b kafka:9092 -t output -s key=s -s value=avro -r http://schema-registry:8081 -f '%k:%s\n' -c 300 |
tee /dev/stderr |
awk -F ':' '!/^%/ {print $1}' |
sort |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment