David f632077bf4 Merge branch 'master' into Topic_custom_params_are_disabled_upon_editing преди 2 години
..
.husky 8acbcbacb9 Upgrade deps (#2206) преди 3 години
.jest c4f97327c0 Make frontend work properly with custom context url (#2363) преди 2 години
public c4f97327c0 Make frontend work properly with custom context url (#2363) преди 2 години
src f632077bf4 Merge branch 'master' into Topic_custom_params_are_disabled_upon_editing преди 2 години
.babelrc 1b71ccb975 Migrate React app to Vite (#2153) преди 3 години
.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 50889e6ac3 FE: KSQL execution is unstable (#1576) преди 3 години
.gitignore 5296d42e88 Use pnpm (#2081) преди 3 години
.nvmrc b6834c81bb Use Node v16.15.0 (#1958) преди 3 години
.prettierrc 9af6b0032b Kafka Connect with React-Query (#2258) преди 2 години
README.md 81072541a8 [FE] Update readme (#2843) преди 2 години
index.html e1708550d5 [FE] Build fails after #2372 (#3192) преди 2 години
jest.config.ts 9fad0d0ee3 Upgarde to Vite v4 (#3062) преди 2 години
openapitools.json e36b228193 Fix npm generate on windows преди 3 години
package.json fdf8db98a2 Fix json paths in field previews (#3028) преди 2 години
pnpm-lock.yaml fdf8db98a2 Fix json paths in field previews (#3028) преди 2 години
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 e1708550d5 [FE] Build fails after #2372 (#3192) преди 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 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