aofall commented on issue #14959:
URL: https://github.com/apache/dubbo/issues/14959#issuecomment-2511407224

   I tried to restore the profile yaml configuration as you provided follows:
   
   ```
   nacos:
     host: 127.0.0.1
     port: 8848
     config:
       server-addr: ${nacos.host}:${nacos.port}
     discovery:
       server-addr: ${nacos.host}:${nacos.port}
   #dubbo set
   dubbo:
     application:
       id: ${spring.application.name}
       name: ${spring.application.name}
     register-mode: instance
     service-discovery:
       migration: FORCE_APPLICATION
       qos-enable: false
       qos-accept-foreign-ip: false
       serialize-check-status: WARN
     scan:
       base-packages: com.xykq.modules,com.xykq.framework
     registry:
       file: 
${user.home}/dubbo-cache/${spring.application.name}/${platform.service.group}/dubbo.cache
       address: nacos://${nacos.host}:${nacos.port}
       group: ${platform.service.group}
     monitor:
       protocol: registry
     protocol:
       name: dubbo
       port: 12308
   ```
   
   The dubbo-monitor is mark as deprecated, you can remove this config if you 
didn't need it. 
   
   ```
   dubbo:
     monitor:
       protocol: registry
   ```
   
   Or you can use the new dubbo-metrics instead it


-- 
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]

Reply via email to