linking12

Results 4 issues of linking12

follow your build step can not build success! error log: Unable to load conanfile in /Users/**/.conan/data/Protobuf/3.4.1/jinq0123/testing/export/conanfile.py File "/Users/**/.conan/data/Protobuf/3.4.1/jinq0123/testing/export/conanfile.py", line 1, in from conans import ConanFile, CMake, tools, ConfigureEnvironment ImportError: cannot...

目前saluki的gateway比较简陋 存在以下几个问题: 1:oauth2的授权服务器和资源服务器是耦合一起的 2:admin控制台页耦合在一起 3:限流过于简单,无法进行配置 4:zuul的性能问题,目前zuul必须依赖于web容器,而且在forward时是一个同步过程,而非异步过程 准备重新实现gateway 感兴趣的同学可以联系我,一起完善整个grpc的框架

路由规则在console上配置,需要有前端资源支持

## Question 背景: 由于在极端流量并且不能预估流量情况下,如果后端接口的延时是变慢时,在这种情况下nginx与后端服务走http1.1协议,为了把所有的request灌入到后端,会开启大量的Tcp连接; 1: 如果是client ->http1.1->nginx->http3->backend, 目前是支持的么? https://wbsrv.ru/angie-pro/docs/en/#index-features 2: https://wbsrv.ru/angie-pro/docs/en/http_upstream/#u-queue 这种入队的功能有可能实现吗?