Linux command
yozefu 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Kafka explorer TUI
yozefu
Run in headless CLI mode
yozefu --headless --topic [my-topic]
Connect to a specific cluster
yozefu --cluster [my-cluster]
说明
yozefu is an interactive terminal application for browsing and searching data in Kafka clusters. It features a SQL-inspired query language for filtering records, a headless mode for shell scripts, WebAssembly-based user-defined filtering functions, and a ring buffer storing the last 500 records.
FAQ
What is the yozefu command used for?
yozefu is an interactive terminal application for browsing and searching data in Kafka clusters. It features a SQL-inspired query language for filtering records, a headless mode for shell scripts, WebAssembly-based user-defined filtering functions, and a ring buffer storing the last 500 records.
How do I run a basic yozefu example?
Run `yozefu` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more yozefu examples?
This page includes 3 examples for yozefu, plus related commands for nearby Linux tasks.