![]() |
il y a 3 ans | |
---|---|---|
.. | ||
.husky | il y a 3 ans | |
public | il y a 3 ans | |
src | il y a 3 ans | |
.editorconfig | il y a 5 ans | |
.env | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.json | il y a 3 ans | |
.gitignore | il y a 4 ans | |
.nvmrc | il y a 4 ans | |
.prettierrc | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 3 ans | |
docker-compose.yaml | il y a 3 ans | |
openapitools.json | il y a 3 ans | |
package-lock.json | il y a 3 ans | |
package.json | il y a 3 ans | |
sonar-project.properties | il y a 3 ans | |
tsconfig.dev.json | il y a 4 ans | |
tsconfig.json | il y a 4 ans |
UI for Apache Kafka management
.nvmrc
)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
Create or update existing .env.local
file with
HTTPS=true # if needed
DEV_PROXY= https://api.server # your API server
Run the application
npm start
Have to be run from root directory.
Start UI for Apache Kafka with your Kafka clusters:
docker-compose -f ./documentation/compose/kafka-ui.yaml up
Make sure that none of the .env*
files contain DEV_PROXY
variable
Run the application
npm start