dubbo-go icon indicating copy to clipboard operation
dubbo-go copied to clipboard

Go Implementation For Apache Dubbo .

Results 220 dubbo-go issues
Sort by recently updated
recently updated
newest added

report link:https://github.com/apache/dubbo-go-hessian2/issues/373

### Issue description at [Dubbo-go-DOC](https://cn.dubbo.apache.org/zh-cn/overview/mannual/golang-sdk/refer/use_dubbogo_cli/) ![image](https://github.com/apache/dubbo-go/assets/110281261/d7111ea8-bea6-4966-8557-016e85c1a9af) ```bash > git checkout main && go build . && ./dubbogo-cli version && ./dubbogo-cli show --r zookeeper --h 127.0.0.1:2181 之前的 HEAD 位置是 8f81c76d [3.1]...

url.clone用的"github.com/jinzhu/copier"包的Copy方法进行深度拷贝,对于数据量大的情况,reflect占用内存很大,是否可以考虑换成手动的深度拷贝?

### Environment - Server: - Client: - Protocol: - Registry: ### Issue description 使用dubbo-go-samples 的config_yaml测试用例,发现使用配置文件加载filter时,不生效,而使用代码的方式加载能生效(以下代码,使用Load()可以正常使用filter,而LoadByConfig()则filter不生效)。 ```go package main import ( "context" "errors" "fmt" "os" "path" // "dubbo.apache.org/dubbo-go/v3" "dubbo.apache.org/dubbo-go/v3/common/extension" "dubbo.apache.org/dubbo-go/v3/filter" _...

good first issue

1. Server回传Attachment给Client功能实现分享 奕博 已合并 issue: https://github.com/apache/dubbo-go/issues/2641 pr: https://github.com/apache/dubbo-go/pull/2658 pr: https://github.com/apache/dubbo-go/pull/2648 2. unified IDL进展同步与实现分享 宇轩/明宇 proto -> go转换已经完成,正在实现java -> proto转换 其他想法:1.能否通过metadata结构的文件生成idl,2.定义实现openapi,屏蔽语言特性 实现说明:[introduction](https://alidocs.dingtalk.com/i/nodes/Amq4vjg89nQjgweEuwLDmY2bW3kdP0wQ?utm_source=im&utm_scene=person_space&utm_medium=im_card&iframeQuery=utm_medium%3Dim_card%26utm_source%3Dim&doc_type=wiki_doc&corpId=ding847fb443bbac778dbc961a6cb783455b) issue: https://github.com/apache/dubbo-go/issues/2595 pr: https://github.com/apache/dubbo-go/pull/2654 sample: https://github.com/Yuukirn/dubbo-go-samples/tree/feature-unified-idl/non_idl 3. xds适配 零信任安全实现基于xds的对等认证、请求认证、授权认证。后续计划复用现有xds框架,继续实现流量管控能力...

How to produce: 1. [demo repo](https://github.com/apache/dubbo-go-samples/tree/main/java_interop/service_discovery/service) 2. start `java-server` 3. start `go-client` Then the following error occurs: ```go 2024-04-05 18:32:42 INFO servicediscovery/service_instances_changed_listener_impl.go:102 Received instance notification event of service greet-java-server, instance...

### Environment - Server: - Client: - Protocol: - Registry: ### Issue description The user story is to get if the current request is https or http. there is dubbo...

### Environment - Server: Dubbo-go, master - Client: Dubbo-go, master - Protocol: Triple - Registry: N/A ### Issue description server code ``` func (srv *GreetTripleServer) Greet(ctx context.Context, req *greet.GreetRequest) (*greet.GreetResponse,...

### Environment when I run "go build“ under /cmd/protoc-gen-go-triple , it will get error as bellow ``` # github.com/golang/protobuf/protoc-gen-go/descriptor /Users/jun/go/pkg/mod/github.com/golang/[email protected]/protoc-gen-go/descriptor/descriptor.pb.go:106:61: undefined: descriptorpb.Default_FileOptions_PhpGenericServices ``` my protoc --version is "libprotoc 3.17.3" and...