-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClientWorker 超时时间没有读取配置,而是写死 3000 毫秒 #12103
Comments
-Dnacos.remote.client.grpc.timeout=${请求超时,单位毫秒,默认3000} 检测所连接的服务端是否健康,不健康则触发重连-Dnacos.remote.client.grpc.server.check.timeout=${服务端健康检测,单位毫秒,默认3000} 检测当前连接状态是否健康,不健康则触发重连-Dnacos.remote.client.grpc.health.timeout=${连接健康检测,单位毫秒,默认3000} 2.1.2 版本以上 |
是放在客户端侧,配置有效果,感谢。 |
@KomachiSion 请问这个配置可以通过nacos配置来定义吗? |
对应的spring-boot版本没有更新呢? |
2.4.3版本中com.alibaba.nacos.api.annotation.NacosProperties注解类里缺失变量定义 |
可以考虑下替换为 |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
版本:spring-cloud-starter-alibaba-nacos-config-2023.0.1.0.jar
客户端会间歇性的异常
是否可以改为读取配置参数
spring.cloud.nacos.config.timeout
?The text was updated successfully, but these errors were encountered: