Skip to content

Instantly share code, notes, and snippets.

View GripenANM's full-sized avatar

Akumi Chan GripenANM

View GitHub Profile
@padusumilli
padusumilli / kafka-cluster-docker-compose.yml
Last active January 13, 2024 20:51
Docker compose with multiple kafka broker and schema registry
version: '3.1'
services:
zookeeper-1:
image: confluentinc/cp-zookeeper:latest
environment:
ZOOKEEPER_SERVER_ID: 1
ZOOKEEPER_CLIENT_PORT: 22181
ZOOKEEPER_TICK_TIME: 2000
ZOOKEEPER_INIT_LIMIT: 5
ZOOKEEPER_SYNC_LIMIT: 2