yhs0092 commented on issue #1440: cse中如何获取request、response
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1440#issuecomment-561929149
 
 
   > 那有一些变量保存可以用什么去做呢?
   
   需要跨实例调用里传输可以使用 local context 
`org.apache.servicecomb.swagger.invocation.context.InvocationContext#context`,只在本实例内使用的话可以考虑
 InvocationContext 
`org.apache.servicecomb.swagger.invocation.context.InvocationContext#localContext`
   
   -> 
[关于InvocationContext的参考资料](https://docs.servicecomb.io/java-chassis/zh_CN/general-development/context.html)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to