Skip to content

IldarAlmakaev/kafka-ui

 
 

Repository files navigation

Kafka-UI

UI for Apache Kafka management

Prerequisites

Install Homebrew Cask

> brew update
> brew cask

Install JAVA 13 with Homebrew Cask

> brew tap homebrew/cask-versions
> brew cask install java (or java13 if 13th version is not the latest one)

Getting started

Build application and docker container

./mvnw clean install -Pprod

Start application with kafka clusters

docker-compose -f ./docker/kafka-ui.yaml up

Application should be available at http://localhost:8080.

To start only kafka-clusters:

docker-compose -f ./docker/kafka-clusters-only.yaml up

Kafka-ui then should be started with local profile

Run application without docker:

cd kafka-ui-api
./mvnw spring-boot:run -Pprod

About

UI for Apache Kafka management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.5%
  • Java 38.9%
  • CSS 1.4%
  • Other 1.2%