![]() * Added concumer groups list with search. * Added consumer group details view. * Minor tweaks. * Backend group details (#19) * temp result commit * consumer group details api done * fixes * changed calls from loop into vars, changed foreach to map * changes * removed redundant import * Refactoring, fixed contract * Fixed useless group query * fix-consumer-groups-retaining-cluster-on-cluster-switch Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local> Co-authored-by: German Osin <german.osin@gmail.com> Co-authored-by: Azat Gataullin <gataniel@gmail.com> * Add loader, fix details * Add empty text for consumer groups Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com> Co-authored-by: Roman Nedzvetskiy <gmcodemail@gmail.com> Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local> Co-authored-by: German Osin <german.osin@gmail.com> Co-authored-by: Azat Gataullin <gataniel@gmail.com> Co-authored-by: Maxim Tereshin <tereshin93@gmail.com> |
||
---|---|---|
.. | ||
mock | ||
public | ||
src | ||
.editorconfig | ||
.env | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc | ||
docker-compose.yaml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Kafka-UI
UI for Apache Kafka management
Table of contents
Getting started
Install packages
npm install
Set correct URL to your API server in .env
.
REACT_APP_API_URL=http://api.your-kafka-rest-api.com:3004
Start JSON Server if you prefer to use default full fake REST API.
npm run mock
Start application
npm start
Links
- JSON Server - Fake REST API.
- Bulma - free, open source CSS framework based on Flexbox
- Create React App