Kirill Morozov 3ee2f87255 Feature/1334 please add a counters of all connectors tasks and failed connectors tasks (#2002) 3 năm trước cách đây
..
.husky c3d44c95c2 Do not run frontend tests upon git hooks (#1614) 3 năm trước cách đây
public 0832462bfc [FE] Add the logo (#1611) 3 năm trước cách đây
src 3ee2f87255 Feature/1334 please add a counters of all connectors tasks and failed connectors tasks (#2002) 3 năm trước cách đây
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 năm trước cách đây
.env fcc703ddd6 Add ability to use custom basePath (#511) 4 năm trước cách đây
.eslintignore ead4789cff [FE] Simplify Eslint config 4 năm trước cách đây
.eslintrc.json 50889e6ac3 FE: KSQL execution is unstable (#1576) 3 năm trước cách đây
.gitignore 376c25ab05 [CHORE] Update React to v17 4 năm trước cách đây
.nvmrc b6834c81bb Use Node v16.15.0 (#1958) 3 năm trước cách đây
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 năm trước cách đây
LICENSE 498eb96bee Feature/backend init (#3) 5 năm trước cách đây
README.md 247fd23bc0 Fix sonar badges in readme (#1906) 3 năm trước cách đây
docker-compose.yaml e34520f6e9 Implement LDAP authentication (#1173) 3 năm trước cách đây
openapitools.json e36b228193 Fix npm generate on windows 3 năm trước cách đây
package-lock.json 3321460185 Bump @hookform/resolvers from 2.8.5 to 2.8.9 in /kafka-ui-react-app (#1978) 3 năm trước cách đây
package.json 818e5d8127 Bump @fortawesome/fontawesome-free in /kafka-ui-react-app (#1749) 3 năm trước cách đây
sonar-project.properties eb47ec012d Upgrade to React 18 (#1955) 3 năm trước cách đây
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 năm trước cách đây
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 năm trước cách đây

README.md

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status Security Rating Coverage

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