Skip to content

kevinsimard/kafka-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Cluster

Code Structure

├── scripts
│   ├── create.sh
│   ├── start.sh
│   ├── stop.sh
│   └── topic.sh
├── .editorconfig
├── .gitattributes
├── .gitignore
├── docker-compose.yml
├── Makefile
└── README.md

Requirements

The LOCAL_IP environment variable needs to be set before starting the containers. This IP will be used to connect to Kafka Brokers. Use ifconfig command to find your local IP.

$ export LOCAL_IP=<ip_address>

Commands

Command Comment
make create num=NUM Create containers
make start index=INDEX Start specific container
make stop index=INDEX Stop specific container
make start Start all containers
make stop Stop all containers
make delete Delete containers

About

Local Kafka Cluster testing environment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published