Dockerfile for runs kafka without zookeeper.
version: '3.7'
networks:
shared-network:
driver: bridge
services:
kafka:
networks:
- shared-network
image: tnsmith/kafka:2.8.0
hostname: kafka
container_name: kafka
ports:
- "9092:9092"
- "9101:9101"
environment:
KAFKA_CREATE_TOPICS: "topics1,topics2,topics3"
Content type
Image
Digest
sha256:21cbf472c…
Size
198.3 MB
Last updated
over 2 years ago
docker pull tnsmith/kafka