What's new in 1.5.0
- Confluent Schema-Registry and Apache Avro support: consumer can now deserialize Avro messages (
-s avro
). Feature contributed by @llofberg - Added generic primitive deserialization using pack-str format (e.g.,
-s 'key=i h$'
) - kafkacat now has a logo ⬆️, by @dtrapezoid
- Start and/or stop consuming based on timestamp (
-o s@1568276617000 -o e@1568276622000
), by @champtar - New Dockerfile based on Alpine (
edenhill/kafkacat:1.5.0
) - kafkacat is now compatible with old docker images by removing an initial
kafkacat
argument if it is present. - Dont overwrite producev() error code (#175)