Skip to content

Instantly share code, notes, and snippets.

View sameer-azazi-tw's full-sized avatar

sameer-azazi-tw

View GitHub Profile
@gschmutz
gschmutz / docker-compose.yml
Last active February 18, 2024 03:53
Docker Compose with Kafka Single Broker, Connect, Schema-Registry, REST Proxy, Kafka Manager
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:3.3.0
hostname: zookeeper
ports:
- "2181:2181"
environment:
ZOOKEEPER_CLIENT_PORT: 2181