dubbo-admin
dubbo-admin copied to clipboard
The ops and reference implementation for Apache Dubbo
**What would you like to be added**: We haven defined the interface of ResourceDiscovery, the implemention is needed. And Nacos implmention is ready to use. Zookeeper is another important kind...
**What would you like to be added**: 1. Abstract Lock interface 2. Using gorm to implment distributed lock. **Why is this needed**: Currently, the routing rules published by dubbo admin...
**Please provide a description of this PR:** **To help us figure out who should review this PR, please put an X in all the areas that this PR affects.** -...
**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 issue proposes the implementation of a comprehensive set of intelligent diagnosis tools for the Dubbo Admin AI Agent. The goal is to enhance the AI agent's ability to diagnose...
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...
### Environment - Deploy env: - Dubbo application version: 3.3.5 - Registry: nacos 3.0.2 ### Issue description It does not support Nacos 3.x version and cannot be used normally. ###...