songxiaosheng commented on PR #12657: URL: https://github.com/apache/dubbo/pull/12657#issuecomment-1618187888
> > 这个包是独立的么,使用这个应该需要强依赖agent吧 > > - 静态安装: -javaagent= \<agentjar\>, 相关的增强代码可以放在agentjar中,业务工程只需要保留注解不引用agent > - 动态安装: ByteBuddyAgent.install(), 增强代码放在业务工程, 需要引用byte-buddy-agent(约250K) > > 大神有什么建议吗? 学习了 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
