Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 525 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 525 Bytes

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