Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/feggah/kpub
- Owner: Feggah
- Created: 2023-07-21T22:22:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T22:29:00.000Z (over 1 year ago)
- Last Synced: 2024-06-21T04:52:09.142Z (6 months ago)
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`