首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
invokesync专题
RocketMQ 报 invokeSync call timeout
RocketMQ 服务端安装的是RocketMQ4.6.0版本 经过测试,发现客户端不能使用高于4.6.0的版本,使用4.5.0和4.4.0都可以 <dependency><groupId>org.apache.rocketmq</groupId><artifactId>rocketmq-client</artifactId><version>4.5.0</version></depend
阅读更多...
RocketMQ的invokeSync call timeout异常的解决办法
缘起 在RocketMQ客户端的DefaultMQPushConsumer的start方法被执行时,时不时会报出invokeSync call timeout异常,如下: Caused by: java.lang.IllegalStateException: org.apache.rocketmq.remoting.exception.RemotingTimeoutException: inv
阅读更多...