Нет описания

Anton Petrov fd9bc03fa3 Merge branch 'master' of https://github.com/provectus/kafka-ui into feature/10-seek-offsets 5 лет назад
.mvn 498eb96bee Feature/backend init (#3) 5 лет назад
docker 9a5ffc9eb5 Added segmentSize for topic level (#48) 5 лет назад
kafka-ui-api fd9bc03fa3 Merge branch 'master' of https://github.com/provectus/kafka-ui into feature/10-seek-offsets 5 лет назад
kafka-ui-contract 8fac605899 Seek offsets 5 лет назад
kafka-ui-react-app 0815739d79 Consumer group details view. (#18) 5 лет назад
.gitignore 498eb96bee Feature/backend init (#3) 5 лет назад
README.md 91149ee332 Updated README.md 5 лет назад
mvnw 498eb96bee Feature/backend init (#3) 5 лет назад
mvnw.cmd 498eb96bee Feature/backend init (#3) 5 лет назад
pom.xml 0815739d79 Consumer group details view. (#18) 5 лет назад

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