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

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

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'
```