liubao68 commented on issue #2652: URL: https://github.com/apache/servicecomb-java-chassis/issues/2652#issuecomment-989377352
预加载不是一个好的措施,主要表现为:1. 配置哪些预加载比较麻烦, 很难提前规划;2. 预加载实际上假设了一些启动顺序,否则预加载很容易出现错误。 目前看针对这个问题比较好的优化手段是第一次调用的时候, 不全量加载微服务所有的契约,只加载当前访问的契约。 -- 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]
