trpc-group / trpc-cpp

A pluggable, high-performance RPC framework written in cpp
Other
270 stars 78 forks source link

【腾讯犀牛鸟计划】实现IP直连负载均衡插件 - 加权轮询算法 #169

Open buzhimingyonghu opened 1 month ago

buzhimingyonghu commented 1 month ago

导师你好,我已经初步完成了负载均衡的插件,如果哪里做的不妥或者需要补充的,我及时补充和纠正。

负载均衡插件:trpc/naming/common/util/loadbalance/weighted_round_robin 单元测试文件: trpc/naming/pulling_test

github-actions[bot] commented 1 month ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

buzhimingyonghu commented 1 month ago

I have read the CLA Document and I hereby sign the CLA

buzhimingyonghu commented 4 days ago

相关测试我已经在test分支更新