soffest 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 年之前
..
mock 0815739d79 Consumer group details view. (#18) 5 年之前
public 498eb96bee Feature/backend init (#3) 5 年之前
src 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 年之前
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 年之前
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 年之前
.eslintrc.json be2d38133d Topic messages filtering paginating (#72) 5 年之前
.gitignore 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 年之前
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 年之前
LICENSE 498eb96bee Feature/backend init (#3) 5 年之前
README.md 498eb96bee Feature/backend init (#3) 5 年之前
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 年之前
package-lock.json 494443bb08 OpenAPI integration for kafka-ui frontend (#120) 4 年之前
package.json cee189a861 Feature#108: Topic message content tree view (#110) 4 年之前
tsconfig.json 498eb96bee Feature/backend init (#3) 5 年之前

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