Keine Beschreibung

Roman Nedzvetskiy f3f6e74b1e Backend for updating topics, fixed backend from another pr branches (#52) vor 5 Jahren
.mvn 498eb96bee Feature/backend init (#3) vor 5 Jahren
docker 9a5ffc9eb5 Added segmentSize for topic level (#48) vor 5 Jahren
kafka-ui-api f3f6e74b1e Backend for updating topics, fixed backend from another pr branches (#52) vor 5 Jahren
kafka-ui-contract f3f6e74b1e Backend for updating topics, fixed backend from another pr branches (#52) vor 5 Jahren
kafka-ui-react-app 0815739d79 Consumer group details view. (#18) vor 5 Jahren
.gitignore 498eb96bee Feature/backend init (#3) vor 5 Jahren
README.md 91149ee332 Updated README.md vor 5 Jahren
mvnw 498eb96bee Feature/backend init (#3) vor 5 Jahren
mvnw.cmd 498eb96bee Feature/backend init (#3) vor 5 Jahren
pom.xml 0815739d79 Consumer group details view. (#18) vor 5 Jahren

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