kafka-ui/kafka-ui-react-app/README.md
2021-03-25 12:42:40 +03:00

1.1 KiB

Kafka-UI

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

Have to be run from root directory.

Start Kafka UI with your Kafka clusters:

docker-compose -f ./docker/kafka-ui.yaml up

Go to react app folder

cd ./kafka-ui-react-app

Generate API clients from OpenAPI document

npm run gen:sources

Start application

npm start