xlq20080808 opened a new issue, #10646: URL: https://github.com/apache/dubbo/issues/10646
JDK 1.8 存在两个场景 场景一:Consumer dubbo3.0.7 Provider dubbo2.6.6 场景二:Consumer dubbo3.0.7 Provider dubbo3.0.7 期望在loadbalance过程中从Invoker能够获取到provider的timestamp来实现预热功能 其中场景二能够通过增加MetadataParamsFilter来增加timestamp获取到 但是场景一在Consumer dubbo3.0.7 订阅zk时已经将url中的timestamp舍弃了,且2.6.6没有元数据中心功能 <img width="900" alt="image" src="https://user-images.githubusercontent.com/33999699/191201492-faa81a0f-1827-4ee9-9da1-497b1bcc0a41.png"> 请问场景一如何在loadbalance过程中获取到timestamp? -- 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]
