fgeller / kt

Kafka command line tool that likes JSON
MIT License
950 stars 100 forks source link

Is the compression option working? #76

Closed eliaslevy closed 6 years ago

eliaslevy commented 6 years ago

Against Kafka 1.0.1:

kt $ echo '{"value":"test"}' | ./kt produce  -brokers localhost:9092 -topic test --version v0.10.2.0 -compression gzip
Failed to send message. err=kafka server: Message contents does not match its CRC.
failed to read producer response err=kafka server: Message contents does not match its CRC.