dubbo-go
dubbo-go copied to clipboard
Go Implementation For Apache Dubbo .
**What happened**: The provider will fail to register if it is restarted immediately. **What you expected to happen**: Application interface configuration; **How to reproduce it (as minimally and precisely as...
在服务启动的时候,出现了一个ERROR,具体错误信息如下: 2023-03-31T09:10:44.039+0800 ERROR proxy_factory/default.go:111 cannot find method [getSubscribedURLs] of service [org.apache.dubbo.metadata.MetadataService] in dubbo dubbo.apache.org/dubbo-go/v3/proxy/proxy_factory.(*ProxyInvoker).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/proxy/proxy_factory/default.go:111 dubbo.apache.org/dubbo-go/v3/filter/graceful_shutdown.(*providerGracefulShutdownFilter).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/filter/graceful_shutdown/provider_filter.go:80 dubbo.apache.org/dubbo-go/v3/protocol/protocolwrapper.(*FilterInvoker).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/protocol/protocolwrapper/protocol_filter_wrapper.go:127 dubbo.apache.org/dubbo-go/v3/filter/exec_limit.(*executeLimitFilter).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/filter/exec_limit/filter.go:119 dubbo.apache.org/dubbo-go/v3/protocol/protocolwrapper.(*FilterInvoker).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/protocol/protocolwrapper/protocol_filter_wrapper.go:127 dubbo.apache.org/dubbo-go/v3/filter/generic.(*genericServiceFilter).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/filter/generic/service_filter.go:64 dubbo.apache.org/dubbo-go/v3/protocol/protocolwrapper.(*FilterInvoker).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/protocol/protocolwrapper/protocol_filter_wrapper.go:127 dubbo.apache.org/dubbo-go/v3/filter/tps.(*tpsLimitFilter).Invoke E:/dev-work/gorun/GOPATH/pkg/mod/dubbo.apache.org/dubbo-go/[email protected]/filter/tps/filter.go:95 dubbo.apache.org/dubbo-go/v3/protocol/protocolwrapper.(*FilterInvoker).Invoke...
**What happened**: 早上发现某个pod重启了很多次,查看日志发现是因为 **fatal error: concurrent map writes** **What you expected to happen**: 正常运行,不会导致panic。 **How to reproduce it (as minimally and precisely as possible)**: 运行一个consumer, 在运行时加入-race运行检测 **Anything else we need...
在生成的xxx_triple.pb.go中。如下代码方法名不一致:   而且在grpc-go目录下server.go文件中1661行,把方法名首字母都转换成大写了。但是在1.51.0的grpc中是没有这么处理的  那岂不是所有proto文件中的方法名都必须首字母大写么
dubbo-go作为消费者,使用.net core的作为provider的情况下,如何做才能让dubbo-go兼容啊?
dubbo-go的监控指标不是很完善,我们需要更多的监控指标来适配dubbo-admin,例如流量相关(QPS,HTTP请求成功率,超时异常,地址找不到等)。
version 3.0.5 I'm running triple samples by using polaris registry. **What happened**: 1) modify dubbogo.yml files in `rpc/triple/pb2/go-server/conf` as ``` dubbo: registries: polarisMesh: protocol: polaris address: 127.0.0.1:8091 namespace: dubbogo protocols:...
dubbo新手,当我启动了一个helloworld服务,使用grpcurl调用的时候,发现无法反射 grpc.health.v1.Health grpc.reflection.v1alpha.ServerReflection两个服务,请问这个是什么情况啊? 
**What would you like to be added**: Support conditional routing with multiple destinations, and customize conditional routing priorities. **Why is this needed**: To cope with more complex routing scenarios. Now...
# What's the purpose of the change When interoperating with dubbo-java, there may be an issue when client from java side try to invoke an rpc function whose first-letter is...