Nenhuma descrição

Roman Nedzvetskiy 716d4d8836 Changed topic segment counting logic by finding the partition leader, added partition collecting in topic 5 anos atrás
.mvn 498eb96bee Feature/backend init (#3) 5 anos atrás
docker 7d127fb2b6 Added segmentSize to clusterMetrics object 5 anos atrás
kafka-ui-api 716d4d8836 Changed topic segment counting logic by finding the partition leader, added partition collecting in topic 5 anos atrás
kafka-ui-contract 0d0a4c41f8 InternalBrokersMetrics param added to InternalClusterMetrics 5 anos atrás
kafka-ui-react-app 42085b5f07 fix-routes-for-details (#45) 5 anos atrás
.gitignore 498eb96bee Feature/backend init (#3) 5 anos atrás
README.md 91149ee332 Updated README.md 5 anos atrás
mvnw 498eb96bee Feature/backend init (#3) 5 anos atrás
mvnw.cmd 498eb96bee Feature/backend init (#3) 5 anos atrás
pom.xml ef39834651 add swagger-ui on /swagger-ui.html 5 anos atrás

README.md

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