zrlw commented on issue #16269: URL: https://github.com/apache/dubbo/issues/16269#issuecomment-4448431974
It might be a known issue as dubbo3 take ```interface``` name as the unique key to map different application-level services, there are lots of codes to be rewitten if we change the mapping key. As for me, you might append group name to the interface name to solve the problem. -- 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]
