Kafka in Docker
https://hub.docker.com/r/spotify/kafka/
The main hurdle of running Kafka in Docker is that it depends on Zookeeper.Compared to other Kafka docker images, this one runs both Zookeeper and Kafkain the same container. This means: 1. No dependency on an external Zookeeper host, or linking to another container 2. Zookeeper and Kafka are configured to work together out of the box
The main hurdle of running Kafka in Docker is that it depends on Zookeeper.Compared to other Kafka docker images, this one runs both Zookeeper and Kafkain the same container. This means: 1. No dependency on an external Zookeeper host, or linking to another container 2. Zookeeper and Kafka are configured to work together out of the box
DA: 100 PA: 84 MOZ Rank: 18