Skip to content

Administration FE application over Kafka

Notifications You must be signed in to change notification settings

MartinKocisky/kafka-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Admin

This is an open source administration web UI for Apache Kafka.

Quick Start Guide

  • Download and install Docker
  • Clone this project
  • Import all the local dependencies from the folder 'jars'
cd jars/
./import_jars.sh
  • Build the modules of the app from the main folder
mvn clean install
  • Run the Docker containers (detached)
docker-compose up -d
  • Application as default can be accessed on address 0.0.0.0

About

Administration FE application over Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • Java 40.3%
  • CSS 3.8%
  • Other 0.8%