/ktop

Kafka Topic Browser

Primary LanguageGoApache License 2.0Apache-2.0

Topic Browser for Kafka

Ktop is a topic browser for Kafka. It makes it easier to list all topics in a kafka cluster, quickly find topics using typeahead, and inspect topic metadata.

Install

git clone https://github.com/yichen/ktop.git
cd ktop/ktop
go install

Usages

ktop {zookeeperserver:port}/{kafkacluster}

This will start a console app listing all topics. Start typing to take advantage of typeahead filtering.

To exit the problem, use Ctrl-Q

To page down, use page-down key, or Ctrl-F To page up, use page-up key, or Ctrl-B

Use the arrow key to nevigate to specific topic, and enter key to inspect the topic.