An open API service indexing awesome lists of open source software.

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

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`

-----