bggmjxh opened a new issue #9143:
URL: https://github.com/apache/dubbo/issues/9143


   我在用Dubbo2.7或以上版本。
   我的用户信息的标识是放在cookie中,然后在ThreadLocal中存放了一个uuid,这样就可以随时随地根据uuid来获取用户信息。
   但是当我使用Dubbo的时候,我该如何做?
   是否可以把request传递过来,还是说我必须要在RPC方法中,放入uuid/用户信息的参数?
   如果必须传递uuid、userinfo,我在PRC的服务提供方中获取用户信息,就要通过另一种方式获取了。这就比较麻烦了。


-- 
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]

Reply via email to