AlbumenJ commented on issue #12882:
URL: https://github.com/apache/dubbo/issues/12882#issuecomment-1676738556

   > 如果当前程序作为consumer,怎么获取本次调回目标provider的版本号(dubbo或revision或release)
   
   实现一个 Filter(注意是 Filter 不是 ClusterFilter),通过 
`invoker.getUrl().getParameter("revision")` 获取
   
   > 如果当前程序作为provider,怎么获取本次调回来源consumer的版本号(dubbo或revision或release)
   
   需要 consumer 侧实现 Filter 把版本号发到 attachment


-- 
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-unsubscr...@dubbo.apache.org

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


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

Reply via email to