Mgrdich c2be45fd06 [FE] Fix invalid SeekType value for the offset and timestamp fields (#3057) %!s(int64=2) %!d(string=hai) anos
..
.husky 8acbcbacb9 Upgrade deps (#2206) %!s(int64=3) %!d(string=hai) anos
.jest c4f97327c0 Make frontend work properly with custom context url (#2363) %!s(int64=2) %!d(string=hai) anos
public c4f97327c0 Make frontend work properly with custom context url (#2363) %!s(int64=2) %!d(string=hai) anos
src c2be45fd06 [FE] Fix invalid SeekType value for the offset and timestamp fields (#3057) %!s(int64=2) %!d(string=hai) anos
.babelrc 1b71ccb975 Migrate React app to Vite (#2153) %!s(int64=3) %!d(string=hai) anos
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup %!s(int64=5) %!d(string=hai) anos
.env fcc703ddd6 Add ability to use custom basePath (#511) %!s(int64=4) %!d(string=hai) anos
.eslintignore ead4789cff [FE] Simplify Eslint config %!s(int64=4) %!d(string=hai) anos
.eslintrc.json 50889e6ac3 FE: KSQL execution is unstable (#1576) %!s(int64=3) %!d(string=hai) anos
.gitignore 5296d42e88 Use pnpm (#2081) %!s(int64=3) %!d(string=hai) anos
.nvmrc b6834c81bb Use Node v16.15.0 (#1958) %!s(int64=3) %!d(string=hai) anos
.prettierrc 9af6b0032b Kafka Connect with React-Query (#2258) %!s(int64=2) %!d(string=hai) anos
README.md 81072541a8 [FE] Update readme (#2843) %!s(int64=2) %!d(string=hai) anos
index.html c4f97327c0 Make frontend work properly with custom context url (#2363) %!s(int64=2) %!d(string=hai) anos
jest.config.ts 049b35fc99 Pluggable serde (#2125) %!s(int64=2) %!d(string=hai) anos
openapitools.json e36b228193 Fix npm generate on windows %!s(int64=3) %!d(string=hai) anos
package.json b46ee9c5cc Broker configs: Display a tooltip about the source of the property (#2775) %!s(int64=2) %!d(string=hai) anos
pnpm-lock.yaml b46ee9c5cc Broker configs: Display a tooltip about the source of the property (#2775) %!s(int64=2) %!d(string=hai) anos
sonar-project.properties 9af6b0032b Kafka Connect with React-Query (#2258) %!s(int64=2) %!d(string=hai) anos
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings %!s(int64=4) %!d(string=hai) anos
tsconfig.json 1b71ccb975 Migrate React app to Vite (#2153) %!s(int64=3) %!d(string=hai) anos
vite.config.ts eb03a12233 Format dates in a single place, Display build date instead of full commit hash in version info (#2590) %!s(int64=2) %!d(string=hai) anos

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