kafka-ui/kafka-ui-react-app
azatsafin d6ada34a7e
fix health/readiness path
fix health/readiness path in order to align current development,
We decided to make specific health path to check service availability even if kafka-ui configured with authorization.
/actuator/health return 2XX codes despite of authorization settings

(cherry picked from commit b05bd69aa1)
2021-11-16 03:20:26 +03:00
..
.husky Bump react app deps (#285) 2021-03-18 14:39:00 +03:00
public Replace favicon (#695) 2021-07-20 18:00:46 +03:00
src Fix 4w time to retain selector value 2021-11-09 15:09:09 +03:00
.editorconfig enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
.env Add ability to use custom basePath (#511) 2021-06-03 15:46:13 +03:00
.eslintignore Configuration files updated 2021-02-02 14:48:29 +03:00
.eslintrc.json Migrate react-hook-form to the latest version (#441) 2021-05-31 10:42:08 +03:00
.gitignore [CHORE] Update React to v17 2020-12-07 14:08:50 +03:00
.nvmrc Update node to v14.17.1 + deps (#559) 2021-06-16 19:14:16 +03:00
.prettierrc enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
docker-compose.yaml Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
LICENSE Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
openapitools.json Add object->any type mapping for openapi generator config 2021-05-12 13:28:00 +03:00
package-lock.json fix health/readiness path 2021-11-16 03:20:26 +03:00
package.json fix health/readiness path 2021-11-16 03:20:26 +03:00
README.md Update node to v14.17.1 + deps (#559) 2021-06-16 19:14:16 +03:00
sonar-project.properties [Chore] Connect. Connectors page (#382) 2021-04-19 23:40:18 +03:00
tsconfig.dev.json [CHORE] Update dependencies. Clean linter warnings 2020-12-02 17:33:59 +03:00
tsconfig.json [CHORE] Specs and Test env improvements (#198) 2021-02-16 14:16:03 +03:00

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

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