Skip to content

Instantly share code, notes, and snippets.

View qumberrizvi's full-sized avatar
🎯
Focusing

Qumber Rizvi qumberrizvi

🎯
Focusing
View GitHub Profile
@aks2291
aks2291 / docker-compose-kafka.yml
Created January 22, 2025 13:37
Kafka Setup with UI dashboard
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
ports:
- '2181:2181'
kafka: