dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

Dubbo支持柔性负载

Open ningboliu opened this issue 2 years ago • 1 comments

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.
  • [ ] I have searched the release notes of this repository and believe that this is not a duplicate.

Describe the feature

柔性负载旨在能够更好的评估provider的请求处理能力,从而实现更智能化的流量分发,以提高整个系统真正能够承载的并发数量

ningboliu avatar Sep 08 '22 05:09 ningboliu

当前进展,参考go 简单编码完成,基准测试不是很理想

测试环境
Linux version 3.10.0-1127.el7.x86_64
4C8G 
java version "11.0.16.1"
image 需要进一步优化看看, 另外讨论后,还需和可观测性结合。

ningboliu avatar Sep 30 '22 14:09 ningboliu

柔性负载是新词汇么..

Leowuqunqun avatar Dec 19 '22 05:12 Leowuqunqun

柔性负载是新词汇么..

不算新词汇

ningboliu avatar Dec 19 '22 13:12 ningboliu

有和ewma的对比吗?https://github.com/apache/dubbo-spi-extensions/tree/master/dubbo-cluster-extensions/dubbo-cluster-loadbalance-peakewma

24kpure avatar Jul 19 '23 11:07 24kpure