spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Request for SCG Team's suggestions- Using custom thread pool for SCG layer processing
We have an SCG project that handles HTTP/2 traffic and we want to configure a custom thread pool for handling request processing in our custom filters. As an explanation of the problem statement, we would like to have all requests processed by our custom thread pools so that the epoll threads are freed from executing time-consuming and critical operations .By doing this, the epoll threads will be able to read and write data from sockets more efficiently.
Can this be accomplished with Spring cloud Gateway?