LaurenceLiZhixin opened a new pull request #1612: URL: https://github.com/apache/dubbo-go/pull/1612
As for java client, if user set 'version' to '1.0.0" and doesn't set 'group' key. the reference url's param contains version=1.0.0 and doesn't contain 'group' key. But golang server regster 'group' key with "" value even if user didn't configure service's 'group' field in config file. That's a bug. I open this pr is to let url to be register, doesn't contain group or value key, if user didn't set. -- 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]
