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

https://github.com/redhat-developer-demos/kafka-spammer

an utility project to spam a kafka topic
https://github.com/redhat-developer-demos/kafka-spammer

Last synced: 2 months ago
JSON representation

an utility project to spam a kafka topic

Awesome Lists containing this project

README

        

A utility used to spam Kafka topic with a message, which can be used scale Knative services

```shell
docker compose up

docker ps

docker exec -it e1ae3326e782 /bin/bash

bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic my-topic --from-beginning```