Dubbgo的消费端不能泛化调用 dubbo-go的服务端吗,还是哪里要特殊配置下。

 consumer端的报错:

start to generic invoke
err: 
%!(EXTRA *errors.fundamental=Failed to invoke the method $invoke in the service 
. Tried 1 times of the providers 
[dubbo://:@172.16.91.142:20000/?interface=com.ikurento.user.ExportProvider&group=&version=
 
dubbo://:@172.16.91.142:20000/?interface=com.ikurento.user.ExportProvider&group=&version=]
 (2/1)from the registry 
zookeeper://192.168.126.128:2181?group=&registry=zookeeper&registry.role=0&registry.timeout=3s
 on the consumer 172.16.91.142 using the dubbo version 2.6.0. Last error is 
cannot find method [$invoke] of service [ExportProvider] in dubbo.)

服务端报错:

2019-12-23T10:38:44.328+0800    ERROR   proxy_factory/default.go:90     cannot 
find method [$invoke] of service [ExportProvider] in dubbo
github.com/apache/dubbo-go/common/logger.Errorf
        
C:/Users/MST/go/pkg/mod/github.com/apache/[email protected]/common/logger/logging.go:39
github.com/apache/dubbo-go/common/proxy/proxy_factory.(*ProxyInvoker).Invoke
        
C:/Users/MST/go/pkg/mod/github.com/apache/[email protected]/common/proxy/proxy_factory/default.go:90
github.com/apache/dubbo-go/registry/protocol.(*wrappedInvoker).Invoke
        
C:/Users/MST/go/pkg/mod/github.com/apache/[email protected]/registry/protocol/protocol.go:362
github.com/apache/dubbo-go/filter/impl.(*ExecuteLimitFilter).Invoke
        
C:/Users/MST/go/pkg/mod/github.com/apache/[email protected]/filter/impl/execute_limit_filter.go:100
github.com/apache/dubbo-go/protocol/protocolwrapper.(*FilterInvoker).Invoke
        
C:/Users/MST/go/pkg/mod/github.com/apache/[email protected]/protocol/protocolwrapper/protocol_filter_wrapper.go:106
github.com/apache/dubbo-go/filter/impl.TpsLimitFilter.Invoke

[ Full content available at: https://github.com/apache/dubbo-go/issues/290 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to