We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前saluki的gateway比较简陋 存在以下几个问题: 1:oauth2的授权服务器和资源服务器是耦合一起的 2:admin控制台页耦合在一起 3:限流过于简单,无法进行配置 4:zuul的性能问题,目前zuul必须依赖于web容器,而且在forward时是一个同步过程,而非异步过程
准备重新实现gateway 感兴趣的同学可以联系我,一起完善整个grpc的框架
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前saluki的gateway比较简陋
存在以下几个问题:
1:oauth2的授权服务器和资源服务器是耦合一起的
2:admin控制台页耦合在一起
3:限流过于简单,无法进行配置
4:zuul的性能问题,目前zuul必须依赖于web容器,而且在forward时是一个同步过程,而非异步过程
准备重新实现gateway
感兴趣的同学可以联系我,一起完善整个grpc的框架
The text was updated successfully, but these errors were encountered: