horizonzy opened a new issue #8178: URL: https://github.com/apache/dubbo/issues/8178
https://github.com/apache/dubbo/blob/532ce72f8377abf8ff659430b86e0919c9aff562/dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/ServiceConfig.java#L240-L248 What ever user use `instance` service discovery or `interface` service discovery, we also publish service name mapping info. But service name mapping need metadata report dependency, so if some one just use `interface` service discovery, the user still need need metadata report dependency. Here we add a judgement, check current service config use `instance` service discovery or not, to judge publish service name mapping or not. -- 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]
