Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/landoop/kafka-autocomplete

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/landoop/kafka-autocomplete

  • v0.0.0-20171203133559-a81d8a678caf
  • Source
  • Go
  • Socket score

Version published
Created
Source

Kafka Autocomplete

This repository implements bash completion for some of the Kafka command line utilities.

In order to build and install:

git clone https://github.com/Landoop/kafka-autocomplete.git
cd kafka-autocomplete
./build.sh

You will find the completion file under release/kafka. You can source it in your terminal or drop it in /etc/bash_completion.d/. You have to set up bash-completion too, which depends on your distribution of choice.

Currently completion is provided for five utilities:

  • kafka-topics
  • kafka-console-consumer / kafka-avro-console-consumer
  • kafka-console-producer / kafka-avro-console-producer
  • kafka-mirrormaker
  • kafka-acls

We provide completion for options, kafka configs and kafka properties. Especially for kafka-topics if you set the --zookeeper switch, we try to offer completion for topics as well.

kafka autocomplete screenshot

The repository is provide under Apache 2.0 license. See LICENSE and NOTICE for more information.

FAQs

Package last updated on 03 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc