NelyDavtyan f7e7bc0e38 Update frontend to reflect design changes (#1708) 3 år sedan
..
.husky c3d44c95c2 Do not run frontend tests upon git hooks (#1614) 3 år sedan
public 0832462bfc [FE] Add the logo (#1611) 3 år sedan
src f7e7bc0e38 Update frontend to reflect design changes (#1708) 3 år sedan
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 år sedan
.env fcc703ddd6 Add ability to use custom basePath (#511) 4 år sedan
.eslintignore ead4789cff [FE] Simplify Eslint config 4 år sedan
.eslintrc.json 94b1f4a772 [Fixed issue/1587] Got rid of react-hooks/exhaustive-deps errors (#1616) 3 år sedan
.gitignore 376c25ab05 [CHORE] Update React to v17 4 år sedan
.nvmrc 2cb9b30090 Update node to v14.17.1 + deps (#559) 4 år sedan
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 år sedan
LICENSE 498eb96bee Feature/backend init (#3) 5 år sedan
README.md efb8410bd6 Update documentation; fix links (#1603) 3 år sedan
docker-compose.yaml e34520f6e9 Implement LDAP authentication (#1173) 3 år sedan
openapitools.json e36b228193 Fix npm generate on windows 3 år sedan
package-lock.json 51a10da344 Bump follow-redirects from 1.14.7 to 1.14.8 in /kafka-ui-react-app (#1596) 3 år sedan
package.json 9cfbf20b70 frontend wf restrict warnings (#1655) 3 år sedan
sonar-project.properties 6428cbef4a fix sonar scans (#1617) 3 år sedan
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 år sedan
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 år sedan

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 ./documentation/compose/kafka-ui.yaml up

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

Run the application

npm start

Links