我是Spring Cloud Gateway的作者。Zuul使用阻塞API在Servlet
2.5(与3.x兼容)上构建。它不支持任何长期存在的连接,例如websockets。
网关使用非阻塞API在Spring framework 5,Project Reactor和Spring Boot
2上构建。Websockets被支持,并且由于它与Spring紧密集成,因此提供了更好的开发人员体验。

我是Spring Cloud Gateway的作者。Zuul使用阻塞API在Servlet
2.5(与3.x兼容)上构建。它不支持任何长期存在的连接,例如websockets。
网关使用非阻塞API在Spring framework 5,Project Reactor和Spring Boot
2上构建。Websockets被支持,并且由于它与Spring紧密集成,因此提供了更好的开发人员体验。