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.
- Host: GitHub
- URL: https://github.com/ragul28/kafka-cli
- Owner: ragul28
- Created: 2021-02-28T15:47:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T17:26:55.000Z (over 3 years ago)
- Last Synced: 2023-11-27T05:09:18.549Z (over 2 years ago)
- Topics: cli, confluent-kafka-go, golang, kafak, kafka-cli, message, pubsub, simple
- Language: Go
- Homepage:
- Size: 30 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
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
```