zrlw commented on PR #14201: URL: https://github.com/apache/dubbo/pull/14201#issuecomment-2116515112
for compatible with those application using old version, i think we can add group and version to instance metadata: ``` dubbo.metadata.group=groupXXX dubbo.metadata.version=versionXXX ``` then filter out mismatched serviceInstances at method subscribeURLs of ServiceDiscoveryRegistry. -- 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]
