NelyDavtyan 2d40c3eac1 Issues/1228 Increased length of the sorting box to make the title readable like for 'Latest first' there, make all labels Title Case in popup menus. (#1263) %!s(int64=3) %!d(string=hai) anos
..
.husky 427d3faffa Bump react app deps (#285) %!s(int64=4) %!d(string=hai) anos
public 443ed8bc8c Replace favicon (#695) %!s(int64=4) %!d(string=hai) anos
src 2d40c3eac1 Issues/1228 Increased length of the sorting box to make the title readable like for 'Latest first' there, make all labels Title Case in popup menus. (#1263) %!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 7e5e8d9268 Redesign (#1045) %!s(int64=3) %!d(string=hai) anos
.gitignore 376c25ab05 [CHORE] Update React to v17 %!s(int64=4) %!d(string=hai) anos
.nvmrc 2cb9b30090 Update node to v14.17.1 + deps (#559) %!s(int64=4) %!d(string=hai) anos
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup %!s(int64=5) %!d(string=hai) anos
LICENSE 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
README.md 7213bbdf7a Get rid of node-sass. Ability to run UI using proxy(#1099) %!s(int64=3) %!d(string=hai) anos
docker-compose.yaml 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
openapitools.json e36b228193 Fix npm generate on windows %!s(int64=3) %!d(string=hai) anos
package-lock.json 7e5e8d9268 Redesign (#1045) %!s(int64=3) %!d(string=hai) anos
package.json 7e5e8d9268 Redesign (#1045) %!s(int64=3) %!d(string=hai) anos
sonar-project.properties 7e5e8d9268 Redesign (#1045) %!s(int64=3) %!d(string=hai) anos
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings %!s(int64=4) %!d(string=hai) anos
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) %!s(int64=4) %!d(string=hai) anos

README.md

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

Go to react app folder

cd ./kafka-ui-react-app

Install Husky

npm install -g husky

Install dependencies

npm install

Generate API clients from OpenAPI document

npm run gen:sources

Start application

Proxying API Requests in Development

Create or update existing .env.local file with

HTTPS=true # if needed
DEV_PROXY= https://api.server # your API server

Run the application

npm start

Docker way

Have to be run from root directory.

Start UI for Apache Kafka with your Kafka clusters:

docker-compose -f ./docker/kafka-ui.yaml up

Make sure that none of the .env* files contain DEV_PROXY variable

Run the application

npm start

Links