Skip to content

ready to use (locally) docker compose stack with kafka: zookeeper, broker, schema registry and ui

Notifications You must be signed in to change notification settings

sajonaro/kafka-local-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kafka-local-stack

ready to use (locally) docker compose stack with kafka: zookeeper, broker, schema registry and ui

how to use

  • stand up local kafka cluster

    docker compose up -d
    
  • create a topic (e.g. my-data-topic) and push there some data

    ./cli-tools/create-topic.sh my-data-topic
    ./cli-tools/pub-topic-message my-data-topic key:data
    
    
  • use UI from Kafdrop to see what's in the cluster

    http://localhost:9001
    

known issues

  • access to docker socket from non privileged environment
    sudo chown $(whoami):$(whoami) /var/run/docker.sock
    

About

ready to use (locally) docker compose stack with kafka: zookeeper, broker, schema registry and ui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages