Skip to content

nacos 配置中心部分参数不生效 #2703

Closed
@leapig

Description

Environment

  • Server: Dubbo-go, v3.2.0-rc1
  • Client: Dubbo-go, v3.2.0-rc1
  • Protocol: Triple+pb
  • Registry: Nacos, v2.3.2

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions