You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/08/29 06:23:05 UTC

[GitHub] [dubbo] cl900503 commented on issue #10517: 通过@DubboReference方式注入服务,如何提前完成初始化工作,避免服务接口首次调用出现耗时较久的问题。

cl900503 commented on issue #10517:
URL: https://github.com/apache/dubbo/issues/10517#issuecomment-1229830478

   > 首次调用还涉及了类加载等过程,如果要从根本上避免首次调用慢可以自己加些预热
   
   我看3.0版本ReferenceBean的getObject方法引入了lazyProxy概念,而不是像2.7版本直接调用get(),是不是目前官方没有提供提前预热的能力了?


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org