![]() * Fix #973 * Fix topic edition errors Fixed two errors 1. The error with cleanup policy. Since some of the custom params (like, cleanup policy) are moved to the general form, we were not supposed to add them to the custom params section. Added filtration for this. 2. Fixed the variable name for Min In Sync Replicas to match the name in the contract Co-authored-by: Alexander <mr.afigitelniychuvak@gmail.com> |
||
---|---|---|
.. | ||
.husky | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc.json | ||
.gitignore | ||
.nvmrc | ||
.prettierrc | ||
docker-compose.yaml | ||
LICENSE | ||
openapitools.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
sonar-project.properties | ||
tsconfig.dev.json | ||
tsconfig.json |
UI for Apache Kafka
UI for Apache Kafka management
Table of contents
Requirements
- docker (required to run Initialize application)
- nvm with installed Node.js of expected version (check
.nvmrc
)
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
Links
- Bulma - free, open source CSS framework based on Flexbox
- Create React App