You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KafkaT is from Airbnb - it makes it easier to view details about a Kafka cluster and also perform a few administrative tasks from the command line.
Install
As it is a Ruby gem, you need Ruby to use it. You will also need the build-essential package to be able to build the other gems it depends on. Install them using apt-get:
Use vi to create a new file in ~/.kafkatcfg and/or /etc/kafkatcfg.
vi ~/.kafkatcfg
This is a configuration file which KafkaT uses to determine the installation and log directories of your Kafka server. It should also point KafkaT to your ZooKeeper instance. Accordingly, add the following lines to it:
https://github.com/airbnb/kafkat
KafkaT is from Airbnb - it makes it easier to view details about a Kafka cluster and also perform a few administrative tasks from the command line.
Install
As it is a Ruby gem, you need Ruby to use it. You will also need the build-essential package to be able to build the other gems it depends on. Install them using apt-get:
You can now install KafkaT using the gem command:
Configure
Use vi to create a new file in
~/.kafkatcfg
and/or/etc/kafkatcfg
.This is a configuration file which KafkaT uses to determine the installation and log directories of your Kafka server. It should also point KafkaT to your ZooKeeper instance. Accordingly, add the following lines to it:
Another example:
Use
You are now ready to use KafkaT. For a start, here's how you would use it to view details about all Kafka partitions:
The text was updated successfully, but these errors were encountered: