dependabot[bot] 173d235abb Bump eslint from 8.48.0 to 8.55.0 in /kafka-ui-react-app há 1 ano atrás
..
.jest c4f97327c0 Make frontend work properly with custom context url (#2363) há 2 anos atrás
public ab58618d83 FE: Add robots.txt (#3995) há 2 anos atrás
src bbb739af92 FE: Fix dateTimeHelpers.spec.ts linter error (#4090) há 1 ano atrás
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup há 5 anos atrás
.env fcc703ddd6 Add ability to use custom basePath (#511) há 4 anos atrás
.eslintignore ead4789cff [FE] Simplify Eslint config há 4 anos atrás
.eslintrc.json e72f6d6d5d Feature: Cluster web configuration wizard (#3241) há 2 anos atrás
.gitignore 5296d42e88 Use pnpm (#2081) há 3 anos atrás
.nvmrc 8d402798c5 FE: Bump node & pnpm versions (#4146) há 1 ano atrás
.prettierrc 9af6b0032b Kafka Connect with React-Query (#2258) há 2 anos atrás
README.md e72f6d6d5d Feature: Cluster web configuration wizard (#3241) há 2 anos atrás
index.html 0ff7e63386 FE: AirGap: Remove internet dependency / google fonts (#3602) há 2 anos atrás
jest.config.ts 9fad0d0ee3 Upgarde to Vite v4 (#3062) há 2 anos atrás
openapitools.json e36b228193 Fix npm generate on windows há 3 anos atrás
package.json 2836b2f5d2 Bump eslint-config-prettier from 8.5.0 to 9.0.0 in /kafka-ui-react-app (#4182) há 1 ano atrás
pnpm-lock.yaml 173d235abb Bump eslint from 8.48.0 to 8.55.0 in /kafka-ui-react-app há 1 ano atrás
sonar-project.properties 9af6b0032b Kafka Connect with React-Query (#2258) há 2 anos atrás
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings há 4 anos atrás
tsconfig.json 1b71ccb975 Migrate React app to Vite (#2153) há 3 anos atrás
vite.config.ts 84d3b329ba Migrate KSQL to RQ. Get rid of redux reducer (#3478) há 2 anos atrás

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