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
- Host: GitHub
- URL: https://github.com/redhat-developer-demos/kafka-spammer
- Owner: redhat-developer-demos
- License: apache-2.0
- Created: 2020-02-05T06:14:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T06:14:30.000Z (over 5 years ago)
- Last Synced: 2025-03-29T09:22:08.380Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 updocker ps
docker exec -it e1ae3326e782 /bin/bash
bin/kafka-console-consumer.sh --bootstrap-server localhost:9092 --topic my-topic --from-beginning```