robb
robb
**What would you like to be added**: We haven defined the interface of ResourceDiscovery, the implemention is needed. The core features of ResourceDiscovery includes: 1. List and watch registry center(zookeeper,...
**What would you like to be added**: Components can be initialized and started based on their dependencies between components. There are two ways to make it: 1. Lazy loading. 2....
This is an issue of refractoring the [Console](https://github.com/apache/dubbo-admin/tree/develop/pkg/console). The improvements need to be done are below: 1. Seperate the handler and service based on the responsibility and functionality. 2. Define...
**What would you like to be added**: Use [gorm](https://github.com/go-gorm/gorm) to implement [Store](https://github.com/apache/dubbo-admin/blob/develop/pkg/core/store/store.go). Key targets: 1. Support CURD operations of all resource defined in [api](https://github.com/apache/dubbo-admin/tree/develop/api/mesh/v1alpha1). 2. Support Mysql and Postgres as...
### Environment - Deploy env: all - Dubbo application version: all - Registry: all ### Issue description Here are the security issues find by white hat hackers 1. Pprof is...
**What would you like to be added**: Using [Doubao](https://www.doubao.com/) to scan, analyze and correct some possible coding issues in the existing repository.
### Use case(s) - what problem will this feature solve? Admin ops need to do list-watch all configs and services on nacos. ### Proposed Solution refer to [java implmentionm](https://nacos.io/docs/latest/manual/user/java-sdk/usage/?spm=5238cd80.19c1ee9e.0.0.7b385810l15key#38-%E9%85%8D%E7%BD%AE%E6%A8%A1%E7%B3%8A%E8%AE%A2%E9%98%85) ###...