Skip to content

Docker compose file for running kafka & kafka Ui without zookeper

Notifications You must be signed in to change notification settings

farhan-syah/kafka-ui-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A compose file to run kafka cluster & kafka UI without zookeper locally.

Run kafka

docker compose -f kafka.yml up

Run kafka in detached mode

docker compose -f kafka.yml up -d

Access Kafka UI

If you don't change the port number, it will be running on

localhost:8800

About

Docker compose file for running kafka & kafka Ui without zookeper

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages