You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the problem happened when go-client tries to call MetadataService. But it's strange that it wants to call GetDubboStub method , that's only available when using Protobuf, but obviously in current version, MetadataService is not from Protobuf.
The text was updated successfully, but these errors were encountered:
in fact dubbo java metadataService use the same protocol with user's config unless you config it manually,it means in java-server it use tri as metadata service protocol,but dubbo-go not support tri protocol in metadata service,that's the problem
in java server side,set dubbo.application.metadataServiceProtocol=dubbo to make it work;
How to produce:
java-server
go-client
Then the following error occurs:
I think the problem happened when go-client tries to call MetadataService. But it's strange that it wants to call
GetDubboStub
method , that's only available when using Protobuf, but obviously in current version, MetadataService is not from Protobuf.The text was updated successfully, but these errors were encountered: