heliang666s commented on issue #15365: URL: https://github.com/apache/dubbo/issues/15365#issuecomment-2869119062
Thanks for the feedback!@lqscript When the IDL package and the java_package are different, the service name actually used by the provider and the consumer is inconsistent, leading to service discovery failure. In short, the problem is that the service is registered with one name, while service discovery uses another name. I will fix this. -- 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]
