alchemy-lee opened a new pull request #1465: URL: https://github.com/apache/dubbo-go/pull/1465
<!-- Thanks for sending a pull request! Read https://github.com/apache/dubbo-go/blob/master/CONTRIBUTING.md before commit pull request. --> **What this PR does**: This PR fixes the incompatibility of application service discovery between the go version and the java version. Specifically, this PR does the following things: - [x] Use metadata report to publish service name mapping data instead of config center, and fix the incompatibility of the service name mapping. - [x] Fix the path incompatibility in app metadata. - [x] Implement new methods of metadata report for zookeeper. - [ ] Implement new methods of metadata report for nacos. - [ ] Implement new methods of metadata report for etcd. **Which issue(s) this PR fixes**: Fixes #1464 -- 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]
