Roman Zabaluev 8a68ba0778 RBAC: Fix KC restart permissions (#3891) il y a 2 ans
..
.jest c4f97327c0 Make frontend work properly with custom context url (#2363) il y a 2 ans
public 0ff7e63386 FE: AirGap: Remove internet dependency / google fonts (#3602) il y a 2 ans
src 8a68ba0778 RBAC: Fix KC restart permissions (#3891) il y a 2 ans
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
.env fcc703ddd6 Add ability to use custom basePath (#511) il y a 4 ans
.eslintignore ead4789cff [FE] Simplify Eslint config il y a 4 ans
.eslintrc.json e72f6d6d5d Feature: Cluster web configuration wizard (#3241) il y a 2 ans
.gitignore 5296d42e88 Use pnpm (#2081) il y a 3 ans
.nvmrc b6834c81bb Use Node v16.15.0 (#1958) il y a 3 ans
.prettierrc 9af6b0032b Kafka Connect with React-Query (#2258) il y a 2 ans
README.md e72f6d6d5d Feature: Cluster web configuration wizard (#3241) il y a 2 ans
index.html 0ff7e63386 FE: AirGap: Remove internet dependency / google fonts (#3602) il y a 2 ans
jest.config.ts 9fad0d0ee3 Upgarde to Vite v4 (#3062) il y a 2 ans
openapitools.json e36b228193 Fix npm generate on windows il y a 3 ans
package.json e118aaba3d FE: Fix message data digits are rounded (#3779) il y a 2 ans
pnpm-lock.yaml e118aaba3d FE: Fix message data digits are rounded (#3779) il y a 2 ans
sonar-project.properties 9af6b0032b Kafka Connect with React-Query (#2258) il y a 2 ans
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans
tsconfig.json 1b71ccb975 Migrate React app to Vite (#2153) il y a 3 ans
vite.config.ts 84d3b329ba Migrate KSQL to RQ. Get rid of redux reducer (#3478) il y a 2 ans

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