Paxa / kt

Docker image for "kt" - kafka command line tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for kt

Docker Pulls

kt is Kafka command line tool (https://github.com/fgeller/kt)

Docker repository at https://hub.docker.com/r/evpavel/kt/

Image size: 7 MB compressed, 20 MB uncompressed

Usage

docker run evpavel/kt kt topic -brokers my-kafka-server:9092

With bash autocomplete:

docker run -it evpavel/kt bash
d403caf43e88:/# kt <tab><tab>

Features

  • come with bash, jq and jsonify, curl, telnet, nano
  • bash completion

Build

./build.sh

About

Docker image for "kt" - kafka command line tool


Languages

Language:Shell 71.3%Language:Dockerfile 28.7%