Linux command
ktea 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the Kafka TUI
ktea
Connect to a specific cluster
ktea -c [cluster_name]
说明
ktea is an Apache Kafka TUI client designed to simplify and accelerate interactions with Kafka clusters. It provides multi-cluster support, topic management, record consumption in text, JSON, and Avro formats, consumer group monitoring, and schema registry integration. Tables can be navigated using vi-like key bindings (j/k for up/down, d/u for page down/up). The tool is useful for quickly checking topics, reading events, and managing Kafka resources without the overhead of GUI clients.
FAQ
What is the ktea command used for?
ktea is an Apache Kafka TUI client designed to simplify and accelerate interactions with Kafka clusters. It provides multi-cluster support, topic management, record consumption in text, JSON, and Avro formats, consumer group monitoring, and schema registry integration. Tables can be navigated using vi-like key bindings (j/k for up/down, d/u for page down/up). The tool is useful for quickly checking topics, reading events, and managing Kafka resources without the overhead of GUI clients.
How do I run a basic ktea example?
Run `ktea` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more ktea examples?
This page includes 2 examples for ktea, plus related commands for nearby Linux tasks.