Star
175
Fork
59
代码
介绍
代码
Issues
11
Pull Requests
43
流水线
Actions
讨论
Wiki
项目成员
81
分析
项目设置
Star
175
Fork
59
master
yuanrong-functionsystem
/
functionsystem
/
tests
/
unit
/
function_proxy
/
common
/
iam
下载当前目录
robbluo
fix: iam-client 并发请求同一个租户 token 时,没有并发优化,导致请求冗余
e1bd1d23
创建于
2月24日
历史提交
文件
最后提交记录
最后更新时间
CMakeLists.txt
feat: ut sync
7 个月前
internal_credential_mgr_test.cpp
refactor(test): clean up type mismatch compilation warnings - Updated test assertions to use proper types - Added explicit type casting where needed Signed-off-by: yexu2535 <yexu2535@gmail.com>
5 个月前
internal_iam_test.cpp
fix: iam-client 并发请求同一个租户 token 时,没有并发优化,导致请求冗余 iam-client 并发请求同一个租户token时,理论上只需要第一个并发去 iam-server 申请 token,其他并发可以等待第一个并发请求返回后,复用请求结果,以减少客户端对服务端的负载压力。 Refs: PR
#23
Signed-off-by: slichengsong <slicheng.song@huawei.com>
6 个月前