Generic command line non-JVM Apache Kafka producer and consumer
9.1K
Generic command line non-JVM Apache Kafka producer and consumer.
Source for kafkacat is at https://github.com/edenhill/kafkacat
To use this image in a multi-stage build:
FROM pdouble16/kafkacat:1.4.0-r1
FROM alpine:3.9
COPY --from=0 /usr/local/bin/kafkacat /usr/local/bin/kafkacat
Content type
Image
Digest
Size
3.1 MB
Last updated
over 7 years ago
docker pull pdouble16/kafkacat