在集群模式下,qing-gateway支持部署多个 qing-server 实例,随时可能有新的实例加入或离开。因此,qing-gateway 需引入 Service Discovery 模块来帮助客户端检测可用的实例。 参考[shenyu-nginx](https://github.com/apache/shenyu-nginx) 语言实现:Lua
在集群模式下,qing-gateway支持部署多个 qing-server 实例,随时可能有新的实例加入或离开。因此,qing-gateway 需引入 Service Discovery 模块来帮助客户端检测可用的实例。
参考shenyu-nginx
语言实现:Lua