zrlw commented on PR #15561:
URL: https://github.com/apache/dubbo/pull/15561#issuecomment-3102213899

   i doubt it's not only ```dubbo-admin``` has this problem, 
```getServiceInterface``` might need to get service interface from super first, 
just like ```getPath```,
   ```
       @Override
       public String getPath() {
           String path = super.getPath();
           if (StringUtils.isNotEmpty(path)) {
               return path;
           }
           return consumerURL.getPath();
       }
   ``` 


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