JanYork commented on issue #721: URL: https://github.com/apache/rocketmq-clients/issues/721#issuecomment-2327775217
> > 现在新版本的nodejs,哥们有没有测试过消息发送速率,我测试700条每秒,发送效率不如之间cpp版本的nodejs-client > > 现在新版本的nodejs,哥们有没有测试过消息发送速率,我测试700条每秒,发送效率不如之间cpp版本的nodejs-client This phenomenon should be normal, before it is based on node.js cpp extension implementation, the execution rate of the cpp language is relatively better than node.js, while the cpp extension situation should be out of the node.js event loop. Right now it's based on grpc-js, sending messages is single threaded, and the messages occur in the event loop of node.js. I just have a feeling that this is possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
