spring-cloud-gateway-sample icon indicating copy to clipboard operation
spring-cloud-gateway-sample copied to clipboard

Spring Cloud Gateway - Production Mode

Open JeyanthiBalakrishnan opened this issue 2 years ago • 0 comments

What are the key configurations to be considered when we are moving spring cloud gateway to production ?

Should we consider adding reactor netty configurations max connections , maxIdleTime , etc ?https://projectreactor.io/docs/netty/snapshot/reference/index.html#_connection_pool

https://docs.spring.io/spring-cloud-gateway/docs/current/reference/html/appendix.html

Simply running gateway jar is suffice to handle thousands of concurrent requests due to the fact of non-blocking threads(NIO).

Please share your experience. Any configurations suggestions would be highly appreciated.

JeyanthiBalakrishnan avatar Jul 05 '22 05:07 JeyanthiBalakrishnan