Damir Abdulganiev ced74ac550 [Fixes #1534] No originally selected custom parameters in topic's edit tab (#1538) hace 3 años
..
.husky 427d3faffa Bump react app deps (#285) hace 4 años
public 443ed8bc8c Replace favicon (#695) hace 4 años
src ced74ac550 [Fixes #1534] No originally selected custom parameters in topic's edit tab (#1538) hace 3 años
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup hace 5 años
.env fcc703ddd6 Add ability to use custom basePath (#511) hace 4 años
.eslintignore ead4789cff [FE] Simplify Eslint config hace 4 años
.eslintrc.json e2b63fcec2 Bump eslint-config-airbnb-typescript from 12.3.1 to 14.0.2 in /kafka-ui-react-app (#1294) hace 3 años
.gitignore 376c25ab05 [CHORE] Update React to v17 hace 4 años
.nvmrc 2cb9b30090 Update node to v14.17.1 + deps (#559) 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 7213bbdf7a Get rid of node-sass. Ability to run UI using proxy(#1099) hace 3 años
docker-compose.yaml e34520f6e9 Implement LDAP authentication (#1173) hace 3 años
openapitools.json e36b228193 Fix npm generate on windows hace 3 años
package-lock.json f248ad1c39 Bump @types/uuid from 8.3.3 to 8.3.4 in /kafka-ui-react-app (#1459) hace 3 años
package.json 5f9bd35674 Bump dotenv from 10.0.0 to 15.0.0 in /kafka-ui-react-app (#1518) hace 3 años
sonar-project.properties ced74ac550 [Fixes #1534] No originally selected custom parameters in topic's edit tab (#1538) hace 3 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

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