Oleg Shuralev 3e93fd5f2e Update base path for local env %!s(int64=4) %!d(string=hai) anos
..
.husky 427d3faffa Bump react app deps (#285) %!s(int64=4) %!d(string=hai) anos
public 3e93fd5f2e Update base path for local env %!s(int64=4) %!d(string=hai) anos
src fcc703ddd6 Add ability to use custom basePath (#511) %!s(int64=4) %!d(string=hai) anos
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup %!s(int64=5) %!d(string=hai) anos
.env fcc703ddd6 Add ability to use custom basePath (#511) %!s(int64=4) %!d(string=hai) anos
.eslintignore ead4789cff [FE] Simplify Eslint config %!s(int64=4) %!d(string=hai) anos
.eslintrc.json 3370e3a489 Migrate react-hook-form to the latest version (#441) %!s(int64=4) %!d(string=hai) anos
.gitignore 376c25ab05 [CHORE] Update React to v17 %!s(int64=4) %!d(string=hai) anos
.nvmrc 9f3ae3a614 Node version updated (#159) %!s(int64=4) %!d(string=hai) anos
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup %!s(int64=5) %!d(string=hai) anos
LICENSE 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
README.md 9775f0dae7 [CHORE] Update react app readme (#311) %!s(int64=4) %!d(string=hai) anos
docker-compose.yaml 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
openapitools.json 01213c96db Add object->any type mapping for openapi generator config %!s(int64=4) %!d(string=hai) anos
package-lock.json fcc703ddd6 Add ability to use custom basePath (#511) %!s(int64=4) %!d(string=hai) anos
package.json fcc703ddd6 Add ability to use custom basePath (#511) %!s(int64=4) %!d(string=hai) anos
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) %!s(int64=4) %!d(string=hai) anos
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings %!s(int64=4) %!d(string=hai) anos
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) %!s(int64=4) %!d(string=hai) anos

README.md

Kafka-UI

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

Have to be run from root directory.

Start Kafka UI with your Kafka clusters:

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

Go to react app folder

cd ./kafka-ui-react-app

Generate API clients from OpenAPI document

npm run gen:sources

Start application

npm start

Links