-
Notifications
You must be signed in to change notification settings - Fork 627
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
How to improve the performance of high-level-producer #653
Comments
Anybody could help to answer it? Thanks! |
Any change with |
Hi, Thanks for your reply! |
Is there a benchmark for KAFKA-node high-level-producer? |
@crzidea was working on some performance improvements in protocol code that could improve performance in this area. Some of this work is already merged into master. I have benchmark code in a local branch for the consumer but nothing for the producer. I would be glad to review If you wanted to take a stab at creating one. |
Hi, Could you please provide the benchmark about consumer for reference? Thanks! |
@JohnnyZHH I have some production performance results here #654 . |
Hi
We tried performance testing using script high-level-producer.js under kafka-node-master/example, we set interval of sending message as the smallest value (1 or 0 ms), and each message size is 1k, then we found the fastest speed is only 651.7 messages/sec (0.6MB/sec). Seems it is too slow for KAFKA Node.js client, and seems the bottleneck is function send (), is there any method could improve the performance? Thanks!
The text was updated successfully, but these errors were encountered: