Good question. And about your last question, I have made some test in my
local machine,
it seems that there is a bug about the ConsistentHashLoadBalance when the
method has
no argument, pls refer this issue [1]

[1] https://github.com/apache/incubator-dubbo/issues/3468

一直以来 <[email protected]> 于2019年2月13日周三 下午3:41写道:

> ConsistentHash LoadBalance:一致性
> Hash,相同参数的请求总是发到同一提供者。当某一台提供者挂时,原本发往该提供者的请求,基于虚拟节点,会平摊到其它提供者,不会引起剧烈变动。缺省只对第一个参数进行Hash运算。
>
> 第一个参数指什么??是每个接口中方法的第一个参数吗,如果是的话,如果方法没有参数是什么行为?请教,感谢!

Reply via email to