-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Perf test metrics #177
Comments
@eajazali87 in the release package you can find
The very first |
Thanks @horkhe when I run the first script, I get this error. Any way to get rid of this? My GO version:
|
I am glad that you figured it out. It would be great if in the end you could share the results of your load testing. Maybe post them in this ticket or in the README.md. |
sure I will do that @horkhe thanks for your support. |
Hi,
We are able to produce and consume messages from the kafka cluster through the kafka-pixy. I wanted to do some performance tests around this.
Simple Use Case:
NOTE:
There is kafka-consumer-perf-test.sh script that is available in the kafka library
kafka-consumer-perf-test.sh --broker-list localhost:9092 --topic dc-topic-1 --messages 1000000
If there is something like this or any pointers/scripts around this would be really really helpful
The text was updated successfully, but these errors were encountered: