![]() * Add schema type select to the form * Implement adding new version of a schema * Fix some issues & Increase test coverage * Add more tests * Add compatibility level update * Abstract updating schema into a separate thunk & test it * Remove warnings and skipped test * Update failed tests * Update failing tests * Update markup * Make the JSONEditor a part of the form * Fix linting problem * Fix errors |
||
---|---|---|
.. | ||
.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 |
Kafka-UI
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 Kafka UI 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
Links
- Bulma - free, open source CSS framework based on Flexbox
- Create React App