alchemy-lee opened a new issue #1464: URL: https://github.com/apache/dubbo-go/issues/1464
**What happened**: In Dubbo java, the service name mapping is published to `/dubbo/mapping/...` in zookeeper. But in Dubbo-go, the name mapping is published to `/dubbo/config/mapping/...`. So the java consumer cannot call the go provider and vice versa. **What you expected to happen**: The behaviour of application service discovery in Dubbo-go is compatible with the java version. **How to reproduce it (as minimally and precisely as possible)**: Start a provider in application service discovery mode and observe the data in zookeeper. -- 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]
