You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ssfyn (via GitHub)" <gi...@apache.org> on 2023/10/07 09:44:41 UTC

Re: [I] 调用java服务报错reflect: call of reflect.Value.MethodByName on zero Value [dubbo-go]

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

   > @ssfyn 可以给一份go侧的配置内容吗?
   
   ```yaml
   dubbo:
     application:
       name: go-example 
       module: example 
       organization: example
       owner: me
       environment: local
     registries:
       demoZK:
         protocol: zookeeper
         timeout: 3s
         address: 127.0.0.1:2181
         registry-type: all
     metadata-report: 
       protocol: zk 
       address: 127.0.0.1:32181
     protocols:
       triple:
         name: tri
         port: 20000
     provider:
       services:
         GreeterServerImpl:
           protocol: tri
           interface: "com.goexample.Greeter"
     consumer:
       references:
         GreeterClientImpl:
           interface:  "org.apache.dubbo.samples.tri.unary.Greeter"
           protocol: "tri"
   ```


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org