Azat Gataullin e4dbebbc20 Merge branch 'master' into feature/14-add-custom-params-for-topics-creation 5 năm trước cách đây
..
mock c26edd1316 WIP: Consumer groups list with search. (#17) 5 năm trước cách đây
public 498eb96bee Feature/backend init (#3) 5 năm trước cách đây
src e4dbebbc20 Merge branch 'master' into feature/14-add-custom-params-for-topics-creation 5 năm trước cách đây
.env 0e7f75bf21 feature/14-cleanup 5 năm trước cách đây
.gitignore 498eb96bee Feature/backend init (#3) 5 năm trước cách đây
LICENSE 498eb96bee Feature/backend init (#3) 5 năm trước cách đây
README.md 498eb96bee Feature/backend init (#3) 5 năm trước cách đây
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 năm trước cách đây
package-lock.json 3e174e8a44 issue/21-topic-form-make-time-to-retain-customizable 5 năm trước cách đây
package.json 3e174e8a44 issue/21-topic-form-make-time-to-retain-customizable 5 năm trước cách đây
tsconfig.json 498eb96bee Feature/backend init (#3) 5 năm trước cách đây

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