There is no load balancing when * is used in the group name #14835
-
Pre-check
Apache Dubbo ComponentJava SDK (apache/dubbo) Detailsuse dubbo-3.3.0 There is no load balancing when * is used in the group name,It's going to be concentrated at one node Examples are as follows https://github.com/luxiao0000/dubbo-rpc-test.git Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
luxiao0000
Oct 29, 2024
Replies: 1 comment
-
It has been found that the function is not designed this way and must be used with mrege, merge is null and calls the first invoker directly 已找到原因,功能不是这样设计的,必须配合mrege使用,merge为空直调用第一个invoker org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker#doInvoke |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AlbumenJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has been found that the function is not designed this way and must be used with mrege, merge is null and calls the first invoker directly
已找到原因,功能不是这样设计的,必须配合mrege使用,merge为空直调用第一个invoker
org.apache.dubbo.rpc.cluster.support.MergeableClusterInvoker#doInvoke