Command Line Interface for Strimzi Kafka Operator
Project description
Strimzi Kafka CLI
Strimzi Kafka CLI is a CLI that helps traditional Apache Kafka users -mostly administrators- to easily adapt Strimzi, a Kubernetes operator for Apache Kafka.
Intention here is to ramp up Strimzi usage by creating a similar CLI experience with traditional Apache Kafka binaries. For example:
Native Command | Strimzi CLI Command |
---|---|
$KAFKA_HOME/bin/kafka-topics.sh | kfk topics |
$KAFKA_HOME/bin/kafka-configs.sh | kfk configs |
$KAFKA_HOME/bin/kafka-console-consumer.sh | kfk console-consumer |
kfk command stands for the traditional kafka-* prefix of the Apache Kafka runnable files which are located in bin directory. There are options provided like topics, console-consumer, etc. which also mostly stand for the rest of the runnable file names like kafka-topic.sh.
However, because of the nature of Strimzi and its capabilities, there are also non-traditional options like clusters which is used for cluster configuration or users which is used for user management and configuration.
Following is the high-level output of the Strimzi Kafka CLI:
Usage: kfk [OPTIONS] COMMAND [ARGS]...
Strimzi Kafka CLI
Options:
--help Show this message and exit.
Commands:
clusters The kafka cluster(s) to be created, altered or...
configs Add/Remove entity config for a topic, client, user or...
console-consumer The console consumer is a tool that reads data from...
console-producer The console producer is a tool that reads data from...
topics The kafka topic(s) to be created, altered or described.
users The kafka user(s) to be created, altered or described.
More info will be added soon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for strimzi-kafka-cli-0.1.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6b0cf24577458838656c47d3084cd93243bed47e0b29492647d11de239a466b |
|
MD5 | 3ba3cfba0878e92fe9212268698f5989 |
|
BLAKE2b-256 | 5c9f5dd32d65b3d2db7a377ab7ee6d57e82b3d1c023286d7204c5f269f145bde |
Hashes for strimzi_kafka_cli-0.1.0a2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d09abd4182c18d8bd78809d2e82571e340f90e2f1460f5f3afccb762c3da88c |
|
MD5 | e21a534e32fe2f3ec59f05edbbcec02c |
|
BLAKE2b-256 | 5d154eea169af6cae573a0a3ac1bc05d9abc01ccbb6b4180eba16acedf18d53a |