API gateway是在云内的,为云外的各个clients服务的程序。这段程序有特点就是,它要在server-side,为clients提供各种功能,支持各种API。比如说Netflix的流使用MPEG-DASH(Dynamic Adaptive Streaming over HTTP) 为什么需要API gateway,或者edge server这种东西? Netflix早在2012年,已
其实这个错误追溯到源码中,显然就解决了 如上图所示,filter方法中,通过错误提示发现,如下代码routeUri.getHost()为空了。 if ("lb".equalsIgnoreCase(routeUri.getScheme()) && routeUri.getHost() == null) {throw new IllegalStateException("Invalid ho