Oleg Shur d471759b79 Cleanup styling (#365) hace 4 años
..
.husky 427d3faffa Bump react app deps (#285) hace 4 años
public 7672f5e4cd [CHORE] Cleanup based on SonarCloud report (#306) hace 4 años
src d471759b79 Cleanup styling (#365) hace 4 años
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup hace 5 años
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) hace 4 años
.eslintignore ead4789cff [FE] Simplify Eslint config hace 4 años
.eslintrc.json 427d3faffa Bump react app deps (#285) hace 4 años
.gitignore 376c25ab05 [CHORE] Update React to v17 hace 4 años
.nvmrc 9f3ae3a614 Node version updated (#159) hace 4 años
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup hace 5 años
LICENSE 498eb96bee Feature/backend init (#3) hace 5 años
README.md 9775f0dae7 [CHORE] Update react app readme (#311) hace 4 años
docker-compose.yaml 498eb96bee Feature/backend init (#3) hace 5 años
openapitools.json 36a5bbf9b1 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) hace 4 años
package-lock.json 3b569240ea [CHORE] Update deps hace 4 años
package.json 3b569240ea [CHORE] Update deps hace 4 años
sonar-project.properties 398a5be1c9 #300 Refactor Topic Message pages (#302) hace 4 años
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings hace 4 años
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) hace 4 años

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