Skip to content

Instantly share code, notes, and snippets.

View chbatey's full-sized avatar
🐯
WFH

Christopher Batey chbatey

🐯
WFH
View GitHub Profile
@seglo
seglo / docker-compose.yml
Last active January 22, 2020 07:30
user-events kafka cluster
# See dockerhub for different versions of kafka and zookeeper:
# https://hub.docker.com/r/wurstmeister/kafka/
# https://hub.docker.com/r/wurstmeister/zookeeper/
# Usage notes:
# https://github.com/wurstmeister/kafka-docker/
version: '2'
services:
zookeeper:
image: wurstmeister/zookeeper:3.4.6
ports: