We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5969c commit 5b2e25eCopy full SHA for 5b2e25e
dev.sh
@@ -41,6 +41,11 @@ sleep 1
41
curl http://localhost:8080/metrics
42
kafkacat -b localhost:19192 -C -t topic2 -o -3 -e -f '%k=%s %T\n'
43
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'
49
EOF
50
51
mvn compile quarkus:dev
0 commit comments