dependabot[bot] c05abc1e0a Bump eslint-import-resolver-node from 0.3.6 to 0.3.9 in /kafka-ui-react-app (#4166) 1 سال پیش
..
.jest c4f97327c0 Make frontend work properly with custom context url (#2363) 2 سال پیش
public ab58618d83 FE: Add robots.txt (#3995) 2 سال پیش
src 0d6f293ab9 FE: Topic analysis: Updated style for percentage of completion (#4123) 1 سال پیش
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 سال پیش
.env fcc703ddd6 Add ability to use custom basePath (#511) 4 سال پیش
.eslintignore ead4789cff [FE] Simplify Eslint config 4 سال پیش
.eslintrc.json e72f6d6d5d Feature: Cluster web configuration wizard (#3241) 2 سال پیش
.gitignore 5296d42e88 Use pnpm (#2081) 3 سال پیش
.nvmrc 8d402798c5 FE: Bump node & pnpm versions (#4146) 1 سال پیش
.prettierrc 9af6b0032b Kafka Connect with React-Query (#2258) 2 سال پیش
README.md e72f6d6d5d Feature: Cluster web configuration wizard (#3241) 2 سال پیش
index.html 0ff7e63386 FE: AirGap: Remove internet dependency / google fonts (#3602) 2 سال پیش
jest.config.ts 9fad0d0ee3 Upgarde to Vite v4 (#3062) 2 سال پیش
openapitools.json e36b228193 Fix npm generate on windows 3 سال پیش
package.json 8d402798c5 FE: Bump node & pnpm versions (#4146) 1 سال پیش
pnpm-lock.yaml c05abc1e0a Bump eslint-import-resolver-node from 0.3.6 to 0.3.9 in /kafka-ui-react-app (#4166) 1 سال پیش
sonar-project.properties 9af6b0032b Kafka Connect with React-Query (#2258) 2 سال پیش
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 سال پیش
tsconfig.json 1b71ccb975 Migrate React app to Vite (#2153) 3 سال پیش
vite.config.ts 84d3b329ba Migrate KSQL to RQ. Get rid of redux reducer (#3478) 2 سال پیش

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 pnpm

npm install -g pnpm

Install dependencies

pnpm install

Generate API clients from OpenAPI document

pnpm gen:sources

Start application

Proxying API Requests in Development

Create or update existing .env.local file with

VITE_DEV_PROXY= https://api.server # your API server

Run the application

pnpm dev

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

pnpm dev

Links