Yōzefu is an interactive terminal user interface (TUI) for exploring data of a kafka cluster.
It is an alternative tool to AKHQ, redpanda console or the kafka plugin for JetBrains IDEs.
The tool is built on top of Ratatui, a Rust library for building TUIs. Yozefu offers interesting features such as: - Real-time access to data published to topics. - The ability to search kafka records across multiple topics. - A search query language inspired by SQL providing fine-grained filtering capabilities. - The possibility to extend the search engine with user-defined filters written in WebAssembly (Extism).
More details in the README.md file. Let me know if you have any questions!