kafka-ui/kafka-ui-react-app
soffest c26edd1316
WIP: Consumer groups list with search. (#17)
* Added concumer groups list with search.

* added endpoint for group consumers

* removed redundand code and imports

* changed method to async mono

* method located better

* changes after review

* changed foreach to map

Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
Co-authored-by: Roman Nedzvetskiy <roman@Romans-MacBook-Pro.local>
2020-04-07 11:15:48 +03:00
..
mock WIP: Consumer groups list with search. (#17) 2020-04-07 11:15:48 +03:00
public Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
src WIP: Consumer groups list with search. (#17) 2020-04-07 11:15:48 +03:00
.env Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
.gitignore Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
docker-compose.yaml Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
LICENSE Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
package-lock.json Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
package.json Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
README.md Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
tsconfig.json Feature/backend init (#3) 2020-02-27 15:55:53 +03:00

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