https://github.com/symonk/kui
:checkered_flag: Terminal User Interface for managing Kafka clusters
https://github.com/symonk/kui
Last synced: 3 months ago
JSON representation
:checkered_flag: Terminal User Interface for managing Kafka clusters
- Host: GitHub
- URL: https://github.com/symonk/kui
- Owner: symonk
- License: apache-2.0
- Created: 2024-12-19T19:43:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T00:09:51.000Z (5 months ago)
- Last Synced: 2025-01-05T01:19:16.915Z (5 months ago)
- Language: Go
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kui
`kui` (Kafka ui) is a terminal ui for monitoring and managing a kafka cluster.## Quick Start
`kui` is in the alpha stages right now and is slowing wiring up functionality and connectivity.
Looks/theming is heavily subject to change and rapidly changing as I understand more about `bubbletea`
and `bubbles` in general.-----
## Configuration
Any `librdkafka` properties can be set explicitly on the command line when running `kui`,
or alternatively read from the environment or a file on disk. Configure `kui` via:* passing `--config` on the command line to a config file with `librdkafka` properties.
* passing `-p` (optionally multiple times) for `librdkafka` properties.
* if `$KUI_CONFIG` is set in the environment, `kui` will look up that path.
* finally, by default looking for a `~/.config/kui.ini`-----