**Is your feature request related to a problem? Please describe.** I think there should be documentation providing reasons for why one would choose the MVC over the WebFlux variant or vice versa. **Describe the solution you'd like** A document with the pros and cons; mentioning developer experience, deployment, operational, and performance implications. **Describe alternatives you've considered** I cannot find any good information other than "some people do not want Netty"/"it's newer". **Additional context** An official performance comparison between the two variants is not strictly part of this PR but it would be nice to have regardless: https://github.com/spring-cloud/spring-cloud-gateway/issues/3058 https://github.com/spring-cloud/spring-cloud-gateway/issues/2067 https://github.com/spencergibb/spring-cloud-gateway-bench --- These do not mention why one would choose one over the other: [Getting Started with Spring Cloud Gateway](https://spring.io/blog/2019/06/18/getting-started-with-spring-cloud-gateway) [Spring Cloud Gateway/Introduction](https://docs.spring.io/spring-cloud-gateway/reference/index.html)