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
测试用例: 一个请求(请求参数:用户ID)返回三个数据库查询:用户信息,推荐商品ID列表,订单状态汇总信息。 三个数据库查询在Flower中通过消息分叉发送给三个服务并行执行。
性能对比(响应时间):和传统的串行阻塞数据库查询对比。
The text was updated successfully, but these errors were encountered:
@lasting-yang @lingxiezfy
Sorry, something went wrong.
#25 completed
No branches or pull requests
测试用例:
一个请求(请求参数:用户ID)返回三个数据库查询:用户信息,推荐商品ID列表,订单状态汇总信息。
三个数据库查询在Flower中通过消息分叉发送给三个服务并行执行。
性能对比(响应时间):和传统的串行阻塞数据库查询对比。
The text was updated successfully, but these errors were encountered: