laywin commented on issue #14185:
URL: https://github.com/apache/dubbo/issues/14185#issuecomment-2109731403

   currently, when update dynamic configuration in dubbo-admin,  the key is 
only serviceName, no group and version to be registered in registry center. so 
it can't be matched. temporarily, You can manually add group and version to the 
dynamic configuration to solve this problem. just like this:
   
   ```java
   
   configVersion: v2.7
   enabled: true
   configs:
     - side: consumer
       addresses:
         - 0.0.0.0
       parameters:
         timeout: 2900
         group: test
         version: 1.0.0
   ```
   
   I think it is best to modify the registration behavior of dubbo-admin.
   
   


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