UI for Apache Kafka management
.nvmrc
)Have to be run from root directory.
Start UI for Apache Kafka with your Kafka clusters:
docker-compose -f ./docker/kafka-ui.yaml up
Go to react app folder
cd ./kafka-ui-react-app
Install Husky
npm install -g husky
Install dependencies
npm install
Generate API clients from OpenAPI document
npm run gen:sources
Start application
npm start