You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "francisoliverlee (via GitHub)" <gi...@apache.org> on 2023/03/30 02:06:50 UTC

[GitHub] [rocketmq-clients] francisoliverlee commented on issue #398: 咨询下新版本sdk问题

francisoliverlee commented on issue #398:
URL: https://github.com/apache/rocketmq-clients/issues/398#issuecomment-1489581096

   > > 这是我这边每隔 3 秒异步发送 15000 条消息的耗时。机器配置与你相近。在刚启动时候会出现耗时较高的情况,随后趋于稳定。
   > > ![image](https://user-images.githubusercontent.com/19537356/225584603-a53bd51c-cc30-4ce8-a49d-f8ab79a2e1c6.png)
   > 
   > 多次验证后 最快一次是4s 可能是电脑性能所致。新版本sdk用的proxy,旧版本用的直连broker,新版本怎么连接broker 不会啊
   
   和以前一样的, 使用remoting client sdk,配置namesrv就行
   ```xml
   <dependency>
       <groupId>org.apache.rocketmq</groupId>
       <artifactId>rocketmq-client</artifactId>
       <version>5.1.0</version>
   </dependency>
   ```
   


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org