Kirill Morozov 0b76b12518 Added key-value form for stream parameters (#2191) il y a 3 ans
..
.husky 8acbcbacb9 Upgrade deps (#2206) il y a 3 ans
.jest 8acbcbacb9 Upgrade deps (#2206) il y a 3 ans
public 1b71ccb975 Migrate React app to Vite (#2153) il y a 3 ans
src 0b76b12518 Added key-value form for stream parameters (#2191) il y a 3 ans
.babelrc 1b71ccb975 Migrate React app to Vite (#2153) il y a 3 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 50889e6ac3 FE: KSQL execution is unstable (#1576) il y a 3 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 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
LICENSE 498eb96bee Feature/backend init (#3) il y a 5 ans
README.md 5296d42e88 Use pnpm (#2081) il y a 3 ans
docker-compose.yaml e34520f6e9 Implement LDAP authentication (#1173) il y a 3 ans
index.html 1b71ccb975 Migrate React app to Vite (#2153) il y a 3 ans
jest.config.ts 8acbcbacb9 Upgrade deps (#2206) il y a 3 ans
openapitools.json e36b228193 Fix npm generate on windows il y a 3 ans
package.json 5296d42e88 Use pnpm (#2081) il y a 3 ans
pnpm-lock.yaml 5296d42e88 Use pnpm (#2081) il y a 3 ans
sonar-project.properties 1b71ccb975 Migrate React app to Vite (#2153) il y a 3 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 a4046d46ef chore: migrate clusters from toolkit to react-query (#2214) il y a 3 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 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

pnpm start

Links