8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 8000 privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果一个客户端同一时间发生10个请求(1,2..10),RPC调用到 X节点的a接口
The text was updated successfully, but these errors were encountered:
首先,网关转发消息到节点服是有序地,路由消息在节点服的消息处理也是有序的。由于无状态路由消息会被转发到不同的节点服,故而无法保证消息层面的有序性。由于有状态路由会有明确的消息转发路径,被转发到同一台服务器上的消息是能够确保顺序性的。
Sorry, something went wrong.
No branches or pull requests
如果一个客户端同一时间发生10个请求(1,2..10),RPC调用到 X节点的a接口
The text was updated successfully, but these errors were encountered: