jieefeng commented on issue #933:
URL: 
https://github.com/apache/rocketmq-clients/issues/933#issuecomment-2652346719

   > 客户端启动的时候会根据 topic 进行探测,部分 JDK 上因为解析的问题会超时,可以将 request timeout 改长一点解决。
   > 
   > 设计的目的是为了尽快的暴露类似 topic 不存在的错误,当然我不认为这是一个很好的设计
   
           ClientConfigurationBuilder builder = ClientConfiguration.newBuilder()
                   .setEndpoints(endpoint)
                   .setRequestTimeout(Duration.ofSeconds(10));
   设置超时时间为10秒之后,虽然没有显示报错,但是程序一直卡住,不往下运行.如果强行停止程序的话,就报和之前一样的错误.
   OpenJDK 8 11 17 21 试过都是这个问题
   


-- 
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-unsubscr...@rocketmq.apache.org

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

Reply via email to