Roman Nedzvetskiy 3d7ef5b1b8 Merge branch 'master' into backend-topics-changing il y a 5 ans
..
mock c26edd1316 WIP: Consumer groups list with search. (#17) il y a 5 ans
public 498eb96bee Feature/backend init (#3) il y a 5 ans
src 3d7ef5b1b8 Merge branch 'master' into backend-topics-changing il y a 5 ans
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
.env 498eb96bee Feature/backend init (#3) il y a 5 ans
.eslintrc.json fd6296fa9a enhancement/24-add-husky-and-other-scripts il y a 5 ans
.gitignore 498eb96bee Feature/backend init (#3) il y a 5 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 498eb96bee Feature/backend init (#3) il y a 5 ans
docker-compose.yaml 498eb96bee Feature/backend init (#3) il y a 5 ans
package-lock.json db3fbce211 feature/22-add-editability-for-topics il y a 5 ans
package.json c17d8bfc28 enhancement/24-remove-extra-git-add il y a 5 ans
tsconfig.json 498eb96bee Feature/backend init (#3) il y a 5 ans

README.md

Kafka-UI

UI for Apache Kafka management

Table of contents

Getting started

Install packages

npm install

Set correct URL to your API server in .env.

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

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

npm run mock

Start application

npm start

Links