Spring-Cloud-Gateway 從升級到放棄
1 為什么要升級為spring-cloud-gateway? Spring Cloud Gateway features: Built on Spring Framework 5, Project Reactor and Spring Boot 2.0 ...
1 為什么要升級為spring-cloud-gateway? Spring Cloud Gateway features: Built on Spring Framework 5, Project Reactor and Spring Boot 2.0 ...
官方的靜態lb已經滿足大部分場景 缺點是全靜態,動態擴展能力不強 動態擴展有兩個方向 方式一 是聚焦於spring-cloud-gateway本身,實現一些自定義的方法 方式二 是依賴spring-cloud的生態,consul/nacos注冊中心,或config配置中心,bus事件隊列動態 ...
我使用的gateway版本是2020.0.1,在通信時使用到了websocket。本來用得好好的,結果在某天出現了異常:Max frame length of 65536 has been excee ...