TEDMykhailo c86c955ace [issues-211] - Clearing up messages from a topic (#378) 4 년 전
..
.husky 427d3faffa Bump react app deps (#285) 4 년 전
public 7672f5e4cd [CHORE] Cleanup based on SonarCloud report (#306) 4 년 전
src c86c955ace [issues-211] - Clearing up messages from a topic (#378) 4 년 전
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 년 전
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 년 전
.eslintignore ead4789cff [FE] Simplify Eslint config 4 년 전
.eslintrc.json 427d3faffa Bump react app deps (#285) 4 년 전
.gitignore 376c25ab05 [CHORE] Update React to v17 4 년 전
.nvmrc 9f3ae3a614 Node version updated (#159) 4 년 전
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 년 전
LICENSE 498eb96bee Feature/backend init (#3) 5 년 전
README.md 9775f0dae7 [CHORE] Update react app readme (#311) 4 년 전
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 년 전
openapitools.json 36a5bbf9b1 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) 4 년 전
package-lock.json 82f76a9ee3 [Security] Bump ssri from 6.0.1 to 6.0.2 in /kafka-ui-react-app (#379) 4 년 전
package.json 3b569240ea [CHORE] Update deps 4 년 전
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) 4 년 전
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 년 전
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 년 전

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