liubao68 edited a comment on issue #2240: URL: https://github.com/apache/servicecomb-java-chassis/issues/2240#issuecomment-781193407
HttpServerFilter是单实例的(JDK SPI机制),需要考虑多线程访问问题。 你可以考虑在 Invocation 的 LocalContext 里面保存数据。 ---------------------------------------------------------------- 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]
