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

Increase the number of observed records

parent 5f6010d1
No related branches found
No related tags found
No related merge requests found
Pipeline #8602 passed
......@@ -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 600 |
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 1200 |
tee /dev/stderr |
awk -F ':' '!/^%/ {print $1}' |
sort |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment