Skip to content

Releases: lensesio/kafka-autocomplete

A small update

01 Dec 18:51
0.3
8155e51
Compare
Choose a tag to compare

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

23 Jun 17:57
0.2
533e6b1
Compare
Choose a tag to compare

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

13 Jun 17:20
0.1
dcc6eb6
Compare
Choose a tag to compare

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.