NelyDavtyan 3291b85838 clusters"s table styles was fixed, added hyphens to breadcrumbs, URP … (#1384) 3 gadi atpakaļ
..
.husky 427d3faffa Bump react app deps (#285) 4 gadi atpakaļ
public 443ed8bc8c Replace favicon (#695) 4 gadi atpakaļ
src 3291b85838 clusters"s table styles was fixed, added hyphens to breadcrumbs, URP … (#1384) 3 gadi atpakaļ
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 gadi atpakaļ
.env fcc703ddd6 Add ability to use custom basePath (#511) 4 gadi atpakaļ
.eslintignore ead4789cff [FE] Simplify Eslint config 4 gadi atpakaļ
.eslintrc.json a063929e96 Bump eslint-plugin-react from 7.24.0 to 7.28.0 in /kafka-ui-react-app (#1323) 3 gadi atpakaļ
.gitignore 376c25ab05 [CHORE] Update React to v17 4 gadi atpakaļ
.nvmrc 2cb9b30090 Update node to v14.17.1 + deps (#559) 4 gadi atpakaļ
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 gadi atpakaļ
LICENSE 498eb96bee Feature/backend init (#3) 5 gadi atpakaļ
README.md 7213bbdf7a Get rid of node-sass. Ability to run UI using proxy(#1099) 3 gadi atpakaļ
docker-compose.yaml e34520f6e9 Implement LDAP authentication (#1173) 3 gadi atpakaļ
openapitools.json e36b228193 Fix npm generate on windows 3 gadi atpakaļ
package-lock.json 348071c780 Bump react-scripts from 4.0.3 to 5.0.0 in /kafka-ui-react-app (#1289) 3 gadi atpakaļ
package.json 348071c780 Bump react-scripts from 4.0.3 to 5.0.0 in /kafka-ui-react-app (#1289) 3 gadi atpakaļ
sonar-project.properties 7e5e8d9268 Redesign (#1045) 3 gadi atpakaļ
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 gadi atpakaļ
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 gadi atpakaļ

README.md

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

Go to react app folder

cd ./kafka-ui-react-app

Install Husky

npm install -g husky

Install dependencies

npm install

Generate API clients from OpenAPI document

npm run gen:sources

Start application

Proxying API Requests in Development

Create or update existing .env.local file with

HTTPS=true # if needed
DEV_PROXY= https://api.server # your API server

Run the application

npm start

Docker way

Have to be run from root directory.

Start UI for Apache Kafka with your Kafka clusters:

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

Make sure that none of the .env* files contain DEV_PROXY variable

Run the application

npm start

Links