niumy0701 opened a new issue, #17826: URL: https://github.com/apache/dolphinscheduler/issues/17826
### Search before asking - [x] I had searched in the [DSIP](https://github.com/apache/dolphinscheduler/issues/14102) and found no similar DSIP. ### Motivation JDK dynamic proxy: calling through Invocation Handler. invike() reflection, low performance; ASM dynamic proxy: directly generates bytecode classes, with method body hard coded call logic, and performance close to native. ### Design Detail todo ### Compatibility, Deprecation, and Migration Plan _No response_ ### Test Plan _No response_ ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
