apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.34k stars 26.4k forks source link

Dubbo GSoC 2023 - API manager #11897

Open AlbumenJ opened 1 year ago

AlbumenJ commented 1 year ago

Since Dubbo runs on a distributed architecture, it naturally has the problem of difficult API interface definition management. It is often difficult for us to know which interface is running in the production environment. So we can provide an API-defined reporting platform, and even a management platform. This platform can automatically collect all APIs of the cluster, or can be directly defined by the user, and then unified distribution management is carried out through a mechanism similar to git and maven package management.

https://issues.apache.org/jira/browse/DUBBO-121

hqqeee commented 1 year ago

The task appears to be both challenging and intriguing. I am willing to give it a try.

RadianceG commented 1 year ago

If there is a platform to manage all the APIs, Dubbo will be more friendly to developers, so I am going to try my best on this task.

zxhchime commented 1 year ago

This function is very helpful to the actual development. I hope to participate in it.

neutron123ab commented 1 year ago

I am very interested in the project of APIs management platform, and I hope to participate in it and make a lot of efforts.