chickenlj commented on issue #10454: URL: https://github.com/apache/dubbo/issues/10454#issuecomment-1234162372
This is an extreme corner case that makes no meaning most of the time, same interface name, same version/group. Dubbo3 does not allow the same service(interface, group, version all the same) to be declared more than once. Seems like it failed to distinguish the corner case of only the version or group is set, it wrongly treats them as the same. We can consider to fix that but it's not a priority. -- 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]
