AlbumenJ commented on issue #59: URL: https://github.com/apache/dubbo-awesome/issues/59#issuecomment-1171858957
- 使用场景 网关等存在动态创建订阅的场景,由于 `ReferenceConfig` 本身很重,会创建特别多的中间对象,而 proxy 本身是可以复用的,所以通过 `ReferenceConfigCache` 可以缓存这部分的属性。 -- 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]
