kazetyan commented on issue #13980:
URL: https://github.com/apache/dubbo/issues/13980#issuecomment-2024692005

   ```proto
   option java_package = "org.apache.dubbo.demo.tri.grpc";
   package pkg;
   ```
   org/apache/dubbo/rpc/protocol/tri/TripleInvoker.java:303
   
   
获取service是从url里get到的path也就是JAVA_SERVICE_NAME(org.apache.dubbo.demo.tri.grpc.Greeter)
   
   `meta.service = url.getPath();`
   
   修改为实际的SERVICE_NAME(pkg.Greeter)后请求正常:
   
   
![image](https://github.com/apache/dubbo/assets/50894526/e01cd9c7-67c7-47a0-a8a7-87f102010850)
   
   考虑在url里维护SERVICE_NAME,构建request时get就好了
   


-- 
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]

Reply via email to