https://github.com/vontikov/kafka-test-tool
Apache Kafka testing tool
https://github.com/vontikov/kafka-test-tool
kafka testing
Last synced: 26 days ago
JSON representation
Apache Kafka testing tool
- Host: GitHub
- URL: https://github.com/vontikov/kafka-test-tool
- Owner: vontikov
- License: mit
- Created: 2022-05-21T11:44:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T19:38:45.000Z (about 4 years ago)
- Last Synced: 2025-02-28T15:53:10.235Z (over 1 year ago)
- Topics: kafka, testing
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kafka test tool
## Build
```shell
$ make build
```
## Image
```shell
$ make image
```
## Run
```shell
$ kafka_test_tool -help
Usage of kafka_test_tool:
-kafka-bootstrap string
Kafka bootstrap servers (default "localhost:9092")
-listen-address string
Listen address. (default ":8080")
-log-level string
Log level: trace|debug|info|warn|error|none (default "info")
```
## Usage
```shell
$ curl -X POST localhost:8080/topics/some-topic 'some message'
```