funky-eyes opened a new issue, #7405: URL: https://github.com/apache/incubator-seata/issues/7405
### Why you need it? 当前seata-server去除spring-web后,支持单端口多协议,即GRPC,HTTP1/2,SEATA三种协议,但针对HTTP的请求并没有独立的线程池去处理请求,所有请求都是在netty的io线程池中处理,这将阻塞后续的请求,所以应该为HTTP请求扩展独立线程池 Currently, after removing spring-web from seata-server, it supports single-port multi-protocol, namely GRPC, HTTP1/2, and SEATA protocols. However, there is no dedicated thread pool for handling HTTP requests— all HTTP requests are processed directly on Netty’s IO thread pool, which can block subsequent requests. Therefore, an independent thread pool should be introduced specifically for HTTP requests. ### How it could be? _No response_ ### Other related information _No response_ -- 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: notifications-unsubscr...@seata.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org