Sen descrición

Roman Nedzvetskiy 1310c21eba removed redundand code and imports %!s(int64=5) %!d(string=hai) anos
.mvn 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
docker 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
kafka-ui-api 1310c21eba removed redundand code and imports %!s(int64=5) %!d(string=hai) anos
kafka-ui-contract 0915be8c2e added endpoint for group consumers %!s(int64=5) %!d(string=hai) anos
kafka-ui-react-app 5f6b467c2b Added concumer groups list with search. %!s(int64=5) %!d(string=hai) anos
.gitignore 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
README.md 91149ee332 Updated README.md %!s(int64=5) %!d(string=hai) anos
mvnw 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
mvnw.cmd 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
pom.xml ef39834651 add swagger-ui on /swagger-ui.html %!s(int64=5) %!d(string=hai) anos

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