We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
nacos 中部分配置不生效,目前测试不生效的有retries: 0 timeout: 20s
dubbo: logger: level: error driver: zap format: json appender: console application: name: api registries: nacos: protocol: nacos address: nacos:8848 username: nacos password: B4236BB549953C176552966406EDFC2E308BAC57 registry-type: service consumer: registry-ids: - nacos references: CoreClientImpl: check: false retries: 0 timeout: 20s protocol: tri serialization: protobuf interface: "core.Core" params: max-call-send-msg-size: 104857600 max-call-recv-msg-size: 104857600
The text was updated successfully, but these errors were encountered:
try to fix this problem since 12/29 #2770
Sorry, something went wrong.
@leapig If you still wanna fix this problem, please contact with me. My wechat is Alex_Stocks.
Alex_Stocks
@leapig pls provide reproduce demo, I don't known which api you started you app with.
config.load() ? dubbo.load() ? or use with options api?
FoghostCn
No branches or pull requests
Environment
Issue description
nacos 中部分配置不生效,目前测试不生效的有retries: 0 timeout: 20s
The text was updated successfully, but these errors were encountered: