Kafka is a distributed streaming platform. The Kafka docker image.
950
Kafka is a distributed streaming platform.
1.clone this
2.create docker network
docker network create --driver bridge main
3.startup kafka
docker-compose up
4.use on docker host need modfiy /etc/hosts add:
$container_ip $container_short_id
use $container_short_id link kafka
config directory is /kafka/conf
Content type
Image
Digest
Size
272 MB
Last updated
almost 10 years ago
docker pull xausky/kafka