Skip to content

d-baer/kafka-zookeeper-kafdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Zookeeper Kafdrop

Kafka, Zookeeper and Kafdrop with a simple docker-compose up.

Single node Kafka, Zookeeper and Kafdrop - ideal for quickly bootstrapping your development machine.

Usage

Start the services with docker-compose up.

Kafka ist available under localhost:9092.

If you are developing with Spring Boot, add this to your application.yml:

spring:
  kafka:
    bootstrap-servers: localhost:9092

Kafrop is available under localhost:9000

Kafdrop

About

Kafka, Zookeeper and Kafdrop with a simple docker-compose up

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published