Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.21 KB

kfk-ctx - Kafka CLI: context

cli:context:build

Install

Brew

Add tap:

brew tap jeqo/tap

Install kfk-ctx:

brew install kfk-ctx

Manual

Find the latest release at: https://github.com/jeqo/kafka-cli/releases

VERSION=0.2.10
wget https://github.com/jeqo/kafka-cli/releases/download/cli-context-v$VERSION/kfk-ctx-$VERSION-linux-x86_64.tar.gz
tar xf kfk-ctx-$VERSION-linux-x86_64.tar.gz
mv kfk-ctx-$VERSION-linux-x86_64/bin/kfk-ctx /usr/local/bin/.

How to use

Create and test contexts

asciicast

Connect to secure clusters (Confluent Cloud) with SASL PLAIN

asciicast

Manage Schema Registry contexts and kcat helper

asciicast