No Description

Zhenya Taran 2834b9efaa final fixes, topic creation 5 years ago
.mvn daa2e1a46f move backend to kafka-ui repo 5 years ago
docker 9641ca3bea topic details 5 years ago
kafka-ui-api 2834b9efaa final fixes, topic creation 5 years ago
kafka-ui-contract 2834b9efaa final fixes, topic creation 5 years ago
kafka-ui-react-app 2834b9efaa final fixes, topic creation 5 years ago
.gitignore 779e50e111 setup react inside netty 5 years ago
README.md c9c988a039 update profiles for application start inside (sdp profile) and outside docker (local profile) 5 years ago
mvnw daa2e1a46f move backend to kafka-ui repo 5 years ago
mvnw.cmd daa2e1a46f move backend to kafka-ui repo 5 years ago
pom.xml e815fd1880 properties versions 5 years ago

README.md

Kafka-UI

UI for Apache Kafka management

Getting started

Build application and docker container

./mvnw clean install -Pprod

Start application with kafka clusters

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

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

To start only kafka-clusters:

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

Kafka-ui then should be started with local profile

Run application without docker:

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