Commit graph

8 commits

Author SHA1 Message Date
Andrey Nenashev
742e6eed3e
BE: Chore: drop deprecated protobuf single file property (#3825) 2023-06-21 14:13:17 +04:00
Davide Madrisan
a278e25c61
[kafka-ui chart] Add extra podLabels and ingress/egress custom rules (#1160)
* [kafka-ui chart] Make it possible to declare custom podLabels

Make it possible to declare extra labels for the Kafka-UI pod.

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>

* [kafka-ui chart] Add support for egress/ingress custom rules

* [kafka-ui chart] Fix the warning: cannot overwrite table with non table

Fix the warnings displayed by helm template:

   coalesce.go:200: warning: cannot overwrite table with non table for customRules (map[])
   coalesce.go:200: warning: cannot overwrite table with non table for customRules (map[])
2021-12-06 11:12:44 +03:00
Oleg Shur
46cec171e3
[CHORE] Alerts (#240) 2021-04-03 20:34:21 +03:00
Rustam Gimadiev
b87c2f6411
helm chart added (#171) 2021-02-05 21:11:18 +03:00
soffest
494443bb08
OpenAPI integration for kafka-ui frontend (#120)
* Added react openapi gen

* Integrated Openapi to React

Co-authored-by: German Osin <german.osin@gmail.com>
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
2020-11-20 14:16:27 +03:00
Sergey Zakirov
128c0d2e92
Topic settings editing (#55)
* Topic editing

* Remove old code

* Implement unique field name select

* Final changes to topic editing

* Cleanup eslint.json
2020-06-16 12:24:24 +03:00
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
Oleg Shuralev
0dc6b07ca7
Initial React App 2019-12-24 17:11:46 +03:00