JihanChen opened a new issue, #11130: URL: https://github.com/apache/dubbo/issues/11130
问题描述: 假如某个应用发布了几十次,每次发布都修改了某个dubbo接口,这样应用元数据都会计算出不同的一个revision,存储在元数据中心中,那其实真正用到的元数据是最新一次发布的元数据,之前几十个revision也用不到了,在很多应用频繁发布服务的情况下可能会导致元数据中心的存储压力,这块有没有好的解决方案? 使用版本dubbo-3.0.10 -- 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]
