Skip to content
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

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

Open
leapig opened this issue Jul 17, 2024 · 0 comments
Open

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

leapig opened this issue Jul 17, 2024 · 0 comments

Comments

@leapig
Copy link

leapig commented Jul 17, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant