trpc-group / trpc-cpp

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

Feat: Add consistent hash and modulo hash load balance with their configuration #158

Open tracer07 opened 2 months ago

tracer07 commented 2 months ago

test file is in /trpc/naiming/direct/selector_hash_test.cc

github-actions[bot] commented 2 months ago

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

weimch commented 2 months ago

.clangd文件夹的文件不需要包含进commit,可以删掉,要不是代码review非常卡

tracer07 commented 2 months ago

ok,已经移除.clangd文件夹

tracer07 commented 2 months ago

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

weimch commented 1 month ago

代码有调整好吗?

tracer07 commented 1 month ago

代码有调整好吗?

调整好了,测试文档在hash负载均衡测试

tracer07 commented 6 days ago

我已经按要求改好了

tracer07 commented 5 days ago

我重新改了文件结构,简化了插件名字,并提交了

weimch commented 5 days ago

CLA的token过期了,刚才更新了下,close再reopen一下pr,重新跑下流水线

tracer07 commented 5 days ago

CLA的token过期了,刚才更新了下,close再reopen一下pr,重新跑下流水线

ok,我已经解决了

tracer07 commented 4 days ago

导师你好,还有需要改进的地方吗