Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Platform

Services & Ports

Service Port Description
Kafka Broker 9093 Message broker
Kafka UI 8881 Kafka Web UI
Zookeeper 2181 Kafka coordination service

Quick Start

Prerequisites

  • Docker & Docker Compose
  • Go 1.21+
  • Make

Commands

Infrastructure Management

# Start Kafka cluster
make up

# Stop Kafka cluster
make down

Application

# Run Kafka consumer
make run-consumer

# Run Kafka producer
make run-producer

Monitoring

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages