kafka-ui/kafka-ui-react-app/README.md
Roman Gafiatullin ce749f480a Update readme
2021-01-12 21:57:01 +03:00

1.1 KiB

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