polarismesh / polaris

Service Discovery and Governance Platform for Microservice and Distributed Architecture
https://polarismesh.cn
Other
2.41k stars 399 forks source link

nacos config 动态刷新不生效 #1324

Closed karl-chanel closed 3 months ago

karl-chanel commented 10 months ago

屏幕截图 2024-01-11 230935.png

服务端为polaris时的应用日志。

karl-chanel commented 10 months ago

屏幕截图 2024-01-11 231105.png

服务端为nacos时的应用日志(配置正常动态刷新)

chuntaojun commented 10 months ago

可以帮忙提供下 spring cloud alibaba 的 POM 依赖信息吗

karl-chanel commented 7 months ago

polaris-config.zip

chuntaojun commented 7 months ago
  - name: service-nacos
    option:
      listenIP: "0.0.0.0"
      listenPort: 8848
      # 设置 nacos 默认命名空间对应 Polaris 命名空间信息
      defaultNamespace: default
      connLimit:
        openConnLimit: false
        maxConnPerHost: 128
        maxConnLimit: 10240

注意看这里的配置,默认情况下 polaris 的 default 命名空间 == nacos 的默认命名空间,nacos 的默认命名空间,配置中心是一个空字符串,你的场景的话,就需要把这个 default 改为 public