pangshuqiang commented on issue #8365: URL: https://github.com/apache/dubbo/issues/8365#issuecomment-888779299
> > > Consumer 端使用 getClientAttachment,Provider 端使用 getServerAttachment,Consumer 端获取 Provider 端返回上下文使用 getServerContext。 > > getClientAttachment ( A --> B , in A side) > getServerAttachment ( A --> B , in B side) > getServerContext ( A <-- B , in B side) > > > Consumer 端的 ClientAttachment 会传递到 Provider 端的 ServerAttachment,Provider 端的 ServerContext 会传递回 Consumer 端的 ServerContext 谢谢,昨天也测试过 Consumer 端通过 getClientAttachment.setAttachment 传递,在 Provider 端通过 getServerAttachment.getAttachment 获取值,也是没能拿到,我当时也觉得纳闷,估计是撸码头晕了,回头我再试一次,再次感谢。 -- 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]
