Zhenya Taran 8b64575bd5 use cluster name instead of cluster id %!s(int64=5) %!d(string=hai) anos
..
mock 8b64575bd5 use cluster name instead of cluster id %!s(int64=5) %!d(string=hai) anos
public 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
src 8b64575bd5 use cluster name instead of cluster id %!s(int64=5) %!d(string=hai) anos
.env 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
.gitignore 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
LICENSE 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
README.md 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
docker-compose.yaml 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
package-lock.json 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
package.json 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos
tsconfig.json 498eb96bee Feature/backend init (#3) %!s(int64=5) %!d(string=hai) anos

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