-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
producer performance Question #2356
Comments
@edenhill Thank you! I read the same link you have suggested. let me enable msg debug and send you the outputs for both cases. Thanks |
I have a similar line of problem issue no |
@edenhill
my application thread is too fast to produce msgs(3000msgs/second) into librdkafka queue, at the result LOCAL Queue max out. I tried to increase can you please tell me how to handle Queue pressure to throttled it down? Thanks |
This sounds like a network congestion or thread contention issue, probably the latter. |
@edenhill yup, I feel the same. Thank you! |
@edenhill I know openVOS is not supported platform. it would be very grateful if you can throw some lights on it. I appreciate your help! Thanks |
Run a CPU profiler, whatever exists for OpenVOS 🤷♂ Such as |
@edenhill I guess, -pg or gmon is not available on VOS. later I will definitely look for other options if possible for profiling. Thanks |
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ
Description
Hi I have been using rdkafka_performance.c and trying to catch bottleneck if any.
I did two cases:
around 65k messages/second
2)I have modified it to send 5111bytes string instead of 31 bytes at that time getting throughput around 7500 messages/second
both Kafka broker and librdkafka are running on separate GCP VM
can you please elaborate on why it is decreasing drastically??
here I have attached screenshots
https://prnt.sc/nz7eqf
https://prnt.sc/nz7fbf
Thanks
JD
IMPORTANT: Always try to reproduce the issue on the latest released version (see https://github.com/edenhill/librdkafka/releases), if it can't be reproduced on the latest version the issue has been fixed.
Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
1.0.0
1.1.1
default
Ubantu Linux
The text was updated successfully, but these errors were encountered: