ArjunDixit1 commented on issue #15560:
URL: https://github.com/apache/dubbo/issues/15560#issuecomment-3218041702

   Pls assign me this @zrlw 
   my thought process is the remote highest-priority=false setting in Nacos 
itself is applied with the default true priority, making it ineffective in this 
scenario. You must declare it locally to change the default behavior for the 
remote configuration source.
   Setting dubbo.config-center.highest-priority=false in your local 
configuration file is the correct way to solve this. It explicitly instructs 
Dubbo to treat the remote configuration from Nacos as having a lower priority 
than your local properties, preventing the local dubbo.service.register=true 
from being overwritten.


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