LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

yozefu

TUI application for exploring Kafka cluster data

TLDR

Launch the Kafka explorer TUI
$ yozefu
copy
Run in headless CLI mode
$ yozefu --headless --topic [my-topic]
copy
Connect to a specific cluster
$ yozefu --cluster [my-cluster]
copy

SYNOPSIS

yozefu [options]

DESCRIPTION

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.

INSTALL

brew install yozefu
copy

HISTORY

yozefu was created by Yann Prono (MAIF) and is written in Rust.

SEE ALSO

Copied to clipboard
Kai