Skip to content

Commit

Permalink
Add Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Feb 28, 2021
1 parent 8dcec6d commit 8712e7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 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
```

0 comments on commit 8712e7b

Please sign in to comment.