leapig opened a new issue, #2703:
URL: https://github.com/apache/dubbo-go/issues/2703
### Environment
<!--
- Server: Dubbo-go, v3.2.0-rc1
- Client: Dubbo-go, v3.2.0-rc1
- Protocol: Triple
- Registry: Nacos, v2.3.2
-->
- Server:
- Client:
- Protocol:
- Registry:
### Issue description
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
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]