blob: 2d72786bef2e21846f36390b6b32cebc3b2188c1 [file] [log] [blame]
#!/bin/bash
for (( c=1; c<=$2; c++ ))
do
kafkacat -P -b localhost:9092 -t $1 $3
done