Skip to content
New issue

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 配置中心部分参数不生效 #2703

Closed
leapig opened this issue Jul 17, 2024 · 3 comments
Closed

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

leapig opened this issue Jul 17, 2024 · 3 comments
Assignees

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
@AlexStocks
Copy link
Contributor

try to fix this problem since 12/29 #2770

@AlexStocks
Copy link
Contributor

@leapig If you still wanna fix this problem, please contact with me. My wechat is Alex_Stocks.

@FoghostCn FoghostCn self-assigned this Dec 31, 2024
@FoghostCn
Copy link
Contributor

@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?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants