zhaoyunxing

Results 15 issues of zhaoyunxing

**What would you like to be added**: 目前dubbo-go的配置加载主要都围绕自身的配置,是否可以支持用户自定义配置加载

good first issue
config

**What would you like to be added**: 在模块加载的时候可以提供钩子方便用户自定义加载逻辑,例如:配置文件用的密码解密

good first issue
config

k8s服务如果使用的是node的ip在滚动升级的时候触发下线事件就会把刚刚注册的服务下线掉,导致客户端找不到服务,代码流程如下 > registry/directory/directory.go:124 ```go // refreshInvokers refreshes service's events. func (dir *RegistryDirectory) refreshInvokers(event *registry.ServiceEvent) { .... if event != nil { // 根据事件缓存Invoker oldInvoker, _ = dir.cacheInvokerByEvent(event) } .... }...

enhancement

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