Skip to content

KafkaCtl

Warning

kafkactl features is currently in alpha status.

Abstract

the kafkacl command line tool provides easy access to kafka topics and consumer groups.

Documentation

Like all the punch client tools, documentation is available online, either in an interactive mode or by simply typing:

kafkactl help
or

kafkactl list-topics --help

Usage

The kafkactl command is similar to the platformctl command but operates on topics and consumer groups.

kafkactl list-topics --cluster common

The available commands are:

  • list-topics : List the kafka topics.
  • list-consumer-groups : List the kafka consumer groups.
  • delete-topic : Delete a kafka topics.
  • describe-topics : Describe a topic.
  • describe-consumer-groups : Describe a kafka consumer group
  • create-topics : Create a kafka topics.
  • alter-topic : Modify configurations of an existing topic