navychi opened a new issue #9199: URL: https://github.com/apache/dubbo/issues/9199
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here I use apisix to proxy dubbo request with triple protocol. It returns 501. I debug dubbo code TripleHttp2FrameServerHandler.class. differents  coming request with serviceName "helloworld.GreeterService" which is definition in proto. but this interface has a service name with "org.apache.dubbo.demo.GreeterService" in TriplePathResolver.java. so dubbo provider return 501 UNIMPLEMENTED. Is dubbo triple incompatible with grpc protocol or My configuration is wrong? -- 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]
