uzdz opened a new issue #285: SpringBoot2.0.4和dubbo-spring-boot-starter0.2.0关于Curator超时问题 URL: https://github.com/apache/incubator-dubbo-spring-boot-project/issues/285     如上图,connectionTimeoutMs设置死值为5000毫秒,由于公司VNP连接Zookeeper,响应时间略长,从而Curator判断响应时间过长,寻找新连接或重新连接服务器,而由于未查询到新连接地址,报出Connection timed out错误! 请问是否可以添加关于sessionTimeoutMs或connectionTimeoutMs的yml自动配置注册? 或上述问题还有其他解决方法吗?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
