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 this PR does**: resolve placeholder `${xxx:defaultValue}` **Which issue(s) this PR fixes**: Fixes #1983 **You should pay attention to items below to ensure your pr passes our ci test** We...

Bumps [go.uber.org/atomic](https://github.com/uber-go/atomic) from 1.9.0 to 1.10.0. Release notes Sourced from go.uber.org/atomic's releases. v1.10.0 Added Add atomic.Float32 type for atomic operations on float32. Add CompareAndSwap and Swap methods to atomic.String, atomic.Error,...

dependencies
go

Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.22.0. Release notes Sourced from go.uber.org/zap's releases. v1.22.0 Enhancements: #1071[]: Add zap.Objects and zap.ObjectValues field constructors to log arrays of objects. With these two constructors,...

dependencies
go

**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**: Just Provide a configuration file manual like [cortex](https://cortexmetrics.io/docs/configuration/configuration-file/) **Why is this needed**: provide a manual, configure dubbogo will be easier

**What would you like to be added**: 如下面配置,希望可以同时将服务注册到两个注册中心,最好有权重能力、用户也可以自定义那些接口注册到对应注册中心 ```go dubbo: registries: shanghai: address: nacos://localhost:8848 timeout: 30s group: shanghai weight: 100 hangzhou: address: nacos://localhost:8848 timeout: 30s group: hangzhou weight: 30 provider:...

dubbo.yaml 中按照如下配置 consumer,check设置为了false,但是启动时会因为无法连接url服务而直接panic。 java 项目就没有这个问题。 ``` consumer: request-timeout: 20s check: false filter: "cshutdown" #common-filter, references: SampleService: check: false registry-ids: - localzk Retries: "1" protocol: "dubbo" interface: "com.demo.SampleService" url: "dubbo://com.demo.sampleservice:20008" ```...

good first issue

**What happened**: duboo go从MSE配置中心拉取配置出现 ``` nacos_server/nacos_server.go:194 api,method:, params:, call domain error: , result:

2022-07-22T14:11:47.525+0800 INFO config/root_config.go:129 [Config Center] Config center doesn't start 2022-07-22T14:28:00.374+0800 INFO nacos/registry.go:269 [Nacos Registry] New nacos registry with url = map[host:10.10.10.66 port:8848 protocol:nacos registry:nacos registry.group: registry.label:true registry.namespace:6666667e-c02b-4768-95d8-804de56exxxx registry.preferred:false registry.role:0 registry.timeout:60...

**What would you like to be added**: 如图希望可以key的值可以递归查找,这样假如nacos的地址发生变化只用修改一处简化配置工作量 ![image](https://user-images.githubusercontent.com/18088210/180109443-9bc1f2c7-e13f-4c3f-bbd8-cf968ecd8e13.png)

good first issue
config