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

Move [dubbogo-cli](https://github.com/dubbogo/dubbogo-cli) to the dubbogo-cli directory and modify the readme document. Refer https://github.com/apache/dubbo-go/issues/1799

Welcome to use dubbo-go. To know who is using it, pls append your org info as follow, * Organization:Alibaba (Required) * Location: Hangzhou, Zhejiang, China(Required) * Contact: [email protected] (Optional) *...

notice

**What this PR does**: support xds certificate , fetch cert from agent mode or no agent mode, using it for rpc tls and xds tls. **Which issue(s) this PR fixes**:...

**What this PR does**: This PR moves ak/sk based signature authentication to codec layer and is implemented on dubbo protocol. This method can validate entire request body, thus avoid vulnerablity...

**What happened**: **What you expected to happen**: value should be false **How to reproduce it (as minimally and precisely as possible)**: config [shutdown.internal-signal] to false **Anything else we need to...

**What would you like to be added**: 比如日志模块就需要在其他文件加载之前初始化完成

good first issue
config

**What would you like to be added**: 目前比较明确的需求就是在不停用服务的情况下动态调整日志级别

good first issue
config

**What happened**: https://github.com/apache/dubbo-go/blob/de6fcfbccd909aa75edb23025687eb6271110cba/registry/polaris/registry.go#L159 在这个方法内,没有注入对应的 PolarisWatcher,实际上这个 Subscribe 动作是没有真正向北极星发起订阅动作的 **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**:

**What happened**: 当使用grpc的Context时, 无法将值从客户端传递到服务端 **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: [email protected] ```proto syntax = "proto3"; option java_multiple_files = true; option java_package...

good first issue

go client 调用java provider ### Version go version > dubbo.apache.org/dubbo-go/v3 v3.0.0 > github.com/apache/dubbo-go-hessian2 v1.10.0 > github.com/dubbogo/grpc-go v1.42.6-tripl java version > org.apache.dubbo > dubbo > 2.7.3.5-ext ### 服务端接口声明 `RiskServerResponse riskEntry(RiskCommonJsonReq req);`...

good first issue