ssfyn commented on issue #2403:
URL: https://github.com/apache/dubbo-go/issues/2403#issuecomment-1751978975

   > 已经找到了问题链路,java侧的配置也能发一下么?
   
   配置文件是这个
   ```yaml
   dubbo:
     application:
       name: dubbo-springboot-demo-provider
     protocol:
       name: tri
       port: -1
     registry:
       address: zookeeper://127.0.0.1:2181
   ```
   
   java这块儿起的服务是直接使用的这个demo:  
   
https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-triple-unary
   


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