Roman Gafiatullin ce749f480a Update readme il y a 4 ans
..
mock 0815739d79 Consumer group details view. (#18) il y a 5 ans
public 498eb96bee Feature/backend init (#3) il y a 5 ans
src fbc2ab306e Issue#149 Fixed consumer groups pages. (#150) il y a 4 ans
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) il y a 4 ans
.eslintignore ead4789cff [FE] Simplify Eslint config il y a 4 ans
.eslintrc.json ead4789cff [FE] Simplify Eslint config il y a 4 ans
.gitignore 376c25ab05 [CHORE] Update React to v17 il y a 4 ans
.nvmrc 376c25ab05 [CHORE] Update React to v17 il y a 4 ans
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
LICENSE 498eb96bee Feature/backend init (#3) il y a 5 ans
README.md ce749f480a Update readme il y a 4 ans
docker-compose.yaml 498eb96bee Feature/backend init (#3) il y a 5 ans
package-lock.json 5304a84dd3 Updated locked lib versions. il y a 4 ans
package.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans
tsconfig.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans

README.md

Kafka-UI

UI for Apache Kafka management

Table of contents

Requirements

Getting started

Initialize application

Have to be run from root directory

./mvnw clean install -Pprod

Set correct URL to your API server in .env.

REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004

If you plan to use full fake REST API you have to update .env.

REACT_APP_API_URL=http://localhost:3004

Start JSON Server if you prefer to use default full fake REST API.

npm run mock

Start application

npm start

Links