apache / dubbo

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

Dubbo GSoC 2023 - Dubbo usage scanner #11890

Open AlbumenJ opened 1 year ago

AlbumenJ commented 1 year ago

As a development framework closely related to users, Dubbo provides many functional features (such as configuring timeouts, retries, etc.). We hope that a tool can be given to users to scan which features are used, which features are deprecated, which ones will be deprecated in the future, and so on. Based on this tool, we can provide users with a better migration solution. Suggestion: You can consider based on static code scanning or javaagent implementation.

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

pmupkin commented 1 year ago

maybe i can try ~ I'm interested in it, I will send you my proposal later.

zyyseg commented 1 year ago

Good job!