lokidundun commented on issue #7817:
URL: 
https://github.com/apache/incubator-seata/issues/7817#issuecomment-3588627281

   > - Extend Seata's existing RootContext (reusing its ThreadLocal-based 
context mechanism) to add methods for storing, retrieving, and cleaning up HTTP 
request/response objects
   > - Implement a Servlet Filter to bind the current HTTP request/response to 
RootContext during the request lifecycle, and clean up the context after the 
request completes
   > - Add a Spring Boot auto-configuration class to register the above Filter, 
setting it to the lowest priority (to ensure it's added last in the Filter 
chain)
   > - Update the spring.factories configuration file to make the 
auto-configuration class loadable by Spring Boot
   
   This is a plan I think. What do you think about it?


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