![]() |
il y a 4 ans | |
---|---|---|
.. | ||
.husky | il y a 4 ans | |
public | il y a 4 ans | |
src | il y a 4 ans | |
.editorconfig | il y a 5 ans | |
.env | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.json | il y a 4 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 4 ans | |
docker-compose.yaml | il y a 5 ans | |
openapitools.json | il y a 4 ans | |
package-lock.json | il y a 4 ans | |
package.json | il y a 4 ans | |
sonar-project.properties | il y a 4 ans | |
tsconfig.dev.json | il y a 4 ans | |
tsconfig.json | il y a 4 ans |
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
Generate API clients from OpenAPI document
npm run gen:sources
Start application
npm start