kafka-docker
kafka-docker copied to clipboard
The container for Kafka and zookeeper seems to be deleted from docker hub
Error response from daemon: pull access denied for wurstmeister/kafka, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
Can anyone find an alternative for this for docker or will it be available after some time
I have publish the same docker image to dockerhub : https://hub.docker.com/r/fatal69100/kafka/tags . I can remove it if the maintainer wants to.
I have publish the same docker image to dockerhub : https://hub.docker.com/r/fatal69100/kafka/tags . I can remove it if the maintainer wants to.
thank you, but I am using confluentinc/cp-zookeeper and confluentinc/cp-kafka.
The image looks like it's back up: https://hub.docker.com/r/wurstmeister/kafka/ if anyone is interested.
There's now an official apache/kafka image, by the way
See:
- https://hub.docker.com/r/apache/kafka
- https://github.com/apache/kafka/blob/trunk/docker/examples/README.md#single-node
- https://github.com/apache/kafka/blob/trunk/docker/examples/jvm/single-node/plaintext/docker-compose.yml