Robert Azizbekyan 48325bc5ad fixing newest first mode issue and actionscell dispatch issue (#2305) il y a 2 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 48325bc5ad fixing newest first mode issue and actionscell dispatch issue (#2305) il y a 2 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 9af6b0032b Kafka Connect with React-Query (#2258) il y a 2 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 eb26883949 Upgrade dependancies (#2290) il y a 2 ans
openapitools.json e36b228193 Fix npm generate on windows il y a 3 ans
package.json 66e4eede51 Upgrade RQ to v4 (#2300) il y a 2 ans
pnpm-lock.yaml 66e4eede51 Upgrade RQ to v4 (#2300) 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 96b00785b5 Upgrade redux (#2299) 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 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