wurstmeister / kafka-docker

Dockerfile for Apache Kafka
http://wurstmeister.github.io/kafka-docker/
Apache License 2.0
6.89k stars 2.73k forks source link

Upgrade kafka-console-producer #718

Open mehran63 opened 1 year ago

mehran63 commented 1 year ago

The current version kafka-console-producer.sh is 2.8.1, the latest version supports parsing Kafka headers, how the producer could be upgraded to the latest?

OneCricketeer commented 1 year ago

You could fork the image and upgrade Kafka along with the included scripts, or you can download the scripts externally onto your host