kafka-ui/kafka-ui-react-app
2021-01-18 12:28:06 +03:00
..
public Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
src Issue#149 Fixed consumer groups pages. (#150) 2020-12-25 18:27:09 +03:00
.editorconfig enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
.env OpenAPI integration for kafka-ui frontend (#120) 2020-11-20 14:16:27 +03:00
.eslintignore [FE] Simplify Eslint config 2020-11-24 14:10:47 +03:00
.eslintrc.json [FE] Simplify Eslint config 2020-11-24 14:10:47 +03:00
.gitignore [CHORE] Update React to v17 2020-12-07 14:08:50 +03:00
.nvmrc [CHORE] Update React to v17 2020-12-07 14:08:50 +03:00
.prettierrc enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
docker-compose.yaml Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
LICENSE Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
package-lock.json Updated locked lib versions. 2020-12-10 15:27:22 +03:00
package.json [CHORE] Update dependencies. Clean linter warnings 2020-12-02 17:33:59 +03:00
README.md Update readme 2021-01-12 21:57:01 +03:00
tsconfig.dev.json [CHORE] Update dependencies. Clean linter warnings 2020-12-02 17:33:59 +03:00
tsconfig.json [CHORE] Update dependencies. Clean linter warnings 2020-12-02 17:33:59 +03:00

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