An open API service indexing awesome lists of open source software.

https://github.com/ragul28/kafka-cli

Simple & easy Kafka CLI to test Kafka PubSub.
https://github.com/ragul28/kafka-cli

cli confluent-kafka-go golang kafak kafka-cli message pubsub simple

Last synced: 5 months ago
JSON representation

Simple & easy Kafka CLI to test Kafka PubSub.

Awesome Lists containing this project

README

          

# Kafka CLI

Simple Kafka cli to produce & consume messages.

## Install

* Download pre-compiled binaries from [release page](https://github.com/ragul28/kafka-cli/releases).
```sh
tar -xvf kafka-cli_linux_amd64.tar.gz
chmod +x kafka-cli
```