Ei kuvausta

Zhenya Taran 8b64575bd5 use cluster name instead of cluster id 5 vuotta sitten
.mvn 498eb96bee Feature/backend init (#3) 5 vuotta sitten
docker 498eb96bee Feature/backend init (#3) 5 vuotta sitten
kafka-ui-api 8b64575bd5 use cluster name instead of cluster id 5 vuotta sitten
kafka-ui-contract 8b64575bd5 use cluster name instead of cluster id 5 vuotta sitten
kafka-ui-react-app 8b64575bd5 use cluster name instead of cluster id 5 vuotta sitten
.gitignore 498eb96bee Feature/backend init (#3) 5 vuotta sitten
README.md 498eb96bee Feature/backend init (#3) 5 vuotta sitten
mvnw 498eb96bee Feature/backend init (#3) 5 vuotta sitten
mvnw.cmd 498eb96bee Feature/backend init (#3) 5 vuotta sitten
pom.xml ef39834651 add swagger-ui on /swagger-ui.html 5 vuotta sitten

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