Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/feggah/kpub

Simple Kafka CLI Tool to publish message to topics
https://github.com/feggah/kpub

Last synced: 23 days ago
JSON representation

Simple Kafka CLI Tool to publish message to topics

Awesome Lists containing this project

README

        

# kpub

Simple tool to publish messages to topics in Kafka. Develop just for local testing purposes.

## Usage

```
kpub -t my-topic -f payload.json
```

## Installation

1. Download the latest `kpub` binary from the [Releases](https://github.com/Feggah/kpub/releases)
2. Add `kpub` to your PATH. If you are using Linux, try the command: `mv kpub ~/bin`.
3. Validate installation with `kpub --help`