kafka-ui/kafka-ui-react-app
Yevgen Taran 498eb96bee
Feature/backend init (#3)
* move react-app to its own folder inside project

* move backend to kafka-ui repo

* setup react inside netty

* make application ready in 2 commands

* update readme

* update readme

* update readme

* update readme

* update profiles for application start inside (sdp profile) and outside docker (local profile)

* broker metrics endpoint

* topics endpoint start commit

* topics details endpoint start commit //
dependencies and versions fix

* small pom updates //
continue review fixes

* fix review issues //
save errors //
save connections and update connection logic //
save jmx, zookeeper, kafka statuses //
error with getting one topic doesn't fail others //
async metrics processing //
cluster data storage refactoring

* properties version extracting

* properties versions

* topic details

* remove jmx, topic details, topic configs

* create topic

* final fixes, topic creation

* topic creation ui fixes

* add check for cases when cluster is offline
2020-02-27 15:55:53 +03:00
..
mock Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
public Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
src Feature/backend init (#3) 2020-02-27 15:55:53 +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