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

注册中心能否支持下 nacos 2.x

定义两个 Nacos 注册中心配置 A 和 B,区别在于 A 的 registry-type 为 service 定义 reference 使用 A,而定义 service 使用 B --- Dubbo 配置加载启动会按照 Consumer、Provider 的顺序 ``` rc.Consumer.Load() rc.Provider.Load() ``` Consumer 加载时,会按照 `registryUrl.Location`...

**What this PR does**: Provides an adaptive load balancer in unstable environments. This is a component of adaptive service at the consumer side. **Which issue(s) this PR fixes**: Fixes #1834...

**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **You should pay attention to items below to ensure your pr passes our ci test** We do not merge...

**What this PR does**: **dubbo-go tls support:** - [x] dubbo protocol support (getty server&client) - [ ] dubbo3 protocol support (triple server&client) ,need to modify [triple ](github.com/dubbogo/triple) - [x] grpc...

**What this PR does**: **Which issue(s) this PR fixes**: Fixes # **You should pay attention to items below to ensure your pr passes our ci test** We do not merge...

**What would you like to be added**: I want introduce informer mechanism into the kubernetes registry and discard the watch api. **Why is this needed**: Using informer can introduce caching...

**What would you like to be added**: I want to write a sample of dubbo-go using TLS, when I read the code of dubbo-go TLS part, I found that dubbo-go's...

good first issue

![pprof001 (1)](https://user-images.githubusercontent.com/18571911/186595185-33a395eb-2276-48f3-b2ed-8ae909ef0cc7.svg) ![image](https://user-images.githubusercontent.com/18571911/186600442-701ebd2b-fe72-4ffb-927b-170564af67bc.png)