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

**What would you like to be added**: For now, Reflection Service has been moved to /protocol/triple from /protoocl/dubbo3. Please refer to #2522 . It should also work fine for ```config.Load```...

**What would you like to be added**: **Why is this needed**:

### Environment - Server: Dubbo-go, v3.1.0 - Client: Dubbo-go, v3.1.0 - Protocol: Dubbo ### Issue description #### defining API ```go type UserProvider struct { Echo func(ctx context.Context, req *int32) (*int32,...

This issue records the compatibility issues between go and java versions ### triple protocol | client\\server | java-3.1.11 | java-3.1.7 | java-3.2.6 | java-3.2.9 | java-3.3.0-beta.1 | go-3.1.0 | go-3.1.1...

At present, triple protocol already supports group, version. It is necessary to provide group, version support for reflection service ![image](https://github.com/apache/dubbo-go/assets/125108794/394c20d9-d7be-4e2d-a1a0-9a866c592737)

# 近期任务 #### 一、完成registry的改造以及稳定性测试 - 协调registry与metadata关系,修复原服务注册与发现模型产生的bug #### 二、完成metadata模块改造,以及对其他协议支持 - 实现对triple协议的支持,与java侧共同发布新版本,共享MetadataService proto - #2534 - #2373 - #2540 #### 三、protocol层增强 - 涉及服务的发布,模块解耦#2539 #### 四、修复用户问题 - dubbo go与java使用nacos作为注册中心,获取应用metadata的方式不一致导致获取不到provider #2543 - 调用java服务端高版本返回的数据过大时报错 #2544...

**What would you like to be added**: Triple OpenTelemetry support: 1. Consider a better way to inject OpenTelemetry configurations to Triple protocol adaptation layer(/protocol/triple). For old Triple(/protocol/dubbo3), it retrieves configurations...

### Environment - Server: Dubbo-go, branch release-3.1 - Client: Dubbo-go, branch release-3.1 - Protocol: Dubbo - Registry: zk ### Issue description 使用release-3.1分支的dubbogo进行接口级别的泛化调用时,需要请求2次,才能返回正常结果。 参考dubbo-go-sample/generic/default中的例子: 如下,服务端dubbogo 指定registry-type: interface ``` registries: zk: protocol:...

need_triage

### Environment - Client: Dubbo-go, v3.1.0 - Protocol: Triple - Registry: Nacos, v2.3.0 ### Issue description ``` func InitDubbo(moduleName, environmentName, groupName, nacosUrl, nameSpace string, nacosPort int) { dataId := fmt.Sprintf("%s-%s",...

need_triage

### Environment - Server: - Client: - Protocol: - Registry: ### Issue description 项目原本使用“zookeeper + dubbo-go 1.5.8”,像是遇到内存泄露问题,准备升级dubbo-go v3.x尝试解决,但是dubbo-go v3.x里没有 GenericService2 的定义,invoke函数调用无法获取“响应attchment”上下文 ### Logs Click me to check logs ![Snipaste_2024-01-16_15-46-23](https://github.com/apache/dubbo-go/assets/37733059/627fcbd9-0f24-48d1-889b-1d723415e794) ![Snipaste_2024-01-16_15-41-16](https://github.com/apache/dubbo-go/assets/37733059/31644de5-6a11-4683-9259-5ab7794162a7)...

good first issue
need_triage
3.3.1