kafka-ui
kafka-ui copied to clipboard
Open-Source Web UI for managing Apache Kafka clusters
- also for main branch fails? - something else? ----- Branch issues/175 Need to impl [secrets inheritance](https://stackoverflow.com/questions/71524542/how-to-use-reusable-github-workflows-and-keep-secrets-in-a-single-place)
We have a bunch of serdes developed by us and publicly available (SMILE, glue) which are released independently. Currently to run kafka-ui with them enabled you have to: - download...
- extract the common part w/ docker jobs from release and main workflows - extract sonar jobs - try to extract build jobs - take a look at the rest...
Current issues: 1. Some users need an API build without a frontend. There's a "skipuibuild" property for that. Doesn't seem optimal. 2. Local build doesn't build frontend, which is usually...
https://github.com/provectus/kafka-ui/issues/4048
https://github.com/provectus/kafka-ui/issues/1890
Currently build and uploading (or other stuff) is always a one job within a workflow. So if something fails, it has to be rebuilt. We need to split build and...
1. For third-party users to make it easier without instaling maven on the host machine. 2. Will need to disable (probly a separate mvn profile) docker plugin.
### Issue submitter TODO list - [X] I've looked up my issue in [FAQ](https://ui.docs.kafbat.io/faq/common-problems) - [X] I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues) - [X] I've tried running `main`-labeled...
### Issue submitter TODO list - [X] I've searched for an already existing issues [here](https://github.com/kafbat/kafka-ui/issues) - [X] I'm running a supported version of the application which is listed [here](https://github.com/kafbat/kafka-ui/blob/main/.github/SECURITY.md) and...