Releases: lensesio/kafka-autocomplete
Releases · lensesio/kafka-autocomplete
A small update
We brought current completions up-to-date with Kafka 1.0 and added completion for kafka-acls
.
Also now our completion works with kafka command line tools that end with .sh
. E.g we will complete both kafka-console-consumer
and kafka-console-consumer.sh
.
Some more tools
We added some more commands. Currently supports:
- kafka-avro-console-consumer
- kafka-avro-console-producer
- kafka-console-consumer
- kafka-console-producer
- kafka-mirror-maker
- kafka-topics
Just source the file in your bash or add it to the autocompletion scripts you already use.
Hello World
Our first release, as such it hasn't seen much real world testing.
Currently supports:
- kafka-topics
- kafka-console-consumer
- kafka-console-producer
Just source the file in your bash or add it to the autocompletion scripts you already use.