Skip to content

Commit 5b2e25e

Browse files
committed
Strangely #4 can't be reproduced locally
1 parent fb5969c commit 5b2e25e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ sleep 1
4141
curl http://localhost:8080/metrics
4242
kafkacat -b localhost:19192 -C -t topic2 -o -3 -e -f '%k=%s %T\n'
4343
44+
# Test compression
45+
echo compression1=gzip | kafkacat -b localhost:19092 -P -t topic1 -K '=' -z gzip
46+
echo compression2=snappy | kafkacat -b localhost:19092 -P -t topic1 -K '=' -z snappy
47+
sleep 1
48+
kafkacat -b localhost:19192 -C -t topic2 -o -3 -e -f '%k=%s %T\n'
4449
EOF
4550

4651
mvn compile quarkus:dev

0 commit comments

Comments
 (0)